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
Build Setup
# install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm run build# build for production and view the bundle analyzer reportnpm run build --report# run unit testsnpm run unit# run all testsnpm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
enjoy — Vue-seed