VuePack is a modern Vue.js starter
which uses Vue 2, Vuex, Vue-router and Webpack 2.
- Vue 2
- Latest version of Vuex/Router
- Webpack 2
- Babel 6
- Hot reloading
- Split vendor code from your app
- A boilerplate which is small and focusing on client-side apps
For Vue 1 version please head to vue-1 branch.
# clone or fork this repo
$ cd vuepack
$ npm install
# edit files and start developing
$ npm run dev
# bundle all scripts and styles for production use
$ npm run build
Install git with unix tools
before getting started.
MIT © EGOIST