Laravel Mix in Non-Laravel Projects, With VueJS Framework and Tailwind CSS. Can Using in Front End Projects or Any Where You Need to Use Module Bundler Without Complications.
- node
- npm
Run The Following in Your Terminal To Verify That You Have NPM and Node:
node -v
npm -v
- Clone This Repo.
-
npm install
- Run All Mix tasks :
npm run dev
- Run All Mix Tasks and minify output :
npm run production
- Watching The Changes (Webpack will continue running in your terminal and automatically recompile assets when it detects a changes) :
npm run watch
And You can use other commands to run Mix > "development", "watch-poll", "hot", "prod".
This is Other REPO That Contains Laravel Mix, Vuejs without Tailwind css.
Licensed Under The MIT license.