Laravel Mix Outside Laravel

preview_player
Показать описание
How to use Laravel Mix Outside of Laravel in your own stand alone projects. Laravel Mix is a great wrapper around webpack for basic tasks like compiling sass, concatenating files and using VueJS.

# LINKS
Рекомендации по теме
Комментарии
Автор

Great video man!! I’m building a php framework similar to Laravel and I wanted to add Laravel Mix out of the box. This was very helpful!!

pinkdiscomosh
Автор

Nice video. Thank you. I've got some questions to ask you:
1] How do we handle minifying plain css and js files?
2] What is the name of the package you used to highlight the css colors in your style sheet?
Thank you for your time.

ovuokeaghwotu
Автор

Thank you for the video. It would be awesome to do a video on how far you can go using the vue cdn version for those that have current non vue projects. Thanks again

lifechristt
Автор

Nice explanation video . But I have one question, what if I want to add graphs?

bernardchisumo
Автор

how do you user versioning outside laravel

anolghosh
Автор

Is it possible to define a different extension instead of .css? I would like to combine scss, css to a .liquid file but I don't know if it possible

michelferia
Автор

Are you developing in Homestead? I use .browserSync(), but it didn't work. The browser will open a new window with url : localhost:3000, but, there is nothing on the page! And it is refreshing all the time! Do you know where is the something wrong? Thanks a lot!

cjnhgqn
Автор

Followed what you did here but I encountered Failed to mount component: template or render function not defined. It's weird

iswitchedsidesforthiscat
Автор

whar is laravelmix.dev in your video, please explain about it

COOLPANKAJ
Автор

This ignores necessary steps for installation. Try again.

MWByrne
Автор

Dam, did you guys hear the sound when everytime he hit the enter key..? 🤣🤣🤣

tanoryjakaperdana
Автор

jquery. lolololol why. just use document.querySelector();

but i was looking how to do this with react. I"m going to attempt this looking from a laravel tutorial

Meleeman