Skip to content

m7modg97/mixvue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Mix With Vue

Laravel Mix in Non-Laravel Projects, With VueJS Framework. Can Using in Front End Projects or Any Where You Need to Use Module Bundler Without Complications.

Requirements

  • node
  • npm

Run The Following in Your Terminal To Verify That You Have NPM and Node:

node -v
npm -v

Installation

  • Clone This Repo.
  • npm install

Running Mix

  • 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".

Documentations

See also

This is Other REPO That Contains Laravel Mix, Vuejs And Tailwind css.

License

Licensed Under The MIT license.