This is a vue webpack started pack for instant development. it comes preloaded with babel, eslint and gulp setups, just run the commands below and get into development right away.
- Nodejs
- Vue 2
- Vue Router
- Vuex 3
Install all dependencies
npm install
Uses hot reload to watch for file changes
npm run dev
Compile vue files in to app.js for deployment
npm run build