The de facto vue-seed repo for building scalable apps with Vue, Vuex, ES6, Webpack 2 and CSS framework Bulma
This repo serves as a minimal seed for those looking to get up-and-running with Vue
This seed is not a Yeoman generator. It's a starter kit. These are its features:
- Flexible application structure
- A ready-to-go build system for working with ES6
- Uses router Vue router
- Uses state management pattern Vuex
- Uses modern CSS framework based on Flexbox Bulma
- Refreshing the browser and rebuilding on file changes
- Written based on Vue and Vuex documentation
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
enjoy — Vue-seed