egoist / vuepack
- понедельник, 8 августа 2016 г. в 03:15:35
JavaScript
📦 A modern starter which uses Vue 2, Vuex, Vue-router and Webpack 2
VuePack is a modern Vue.js starter
which uses Vue 2, Vuex, Vue-router and Webpack 2.
For Vue 1 please head to vue-1 branch.
For JSX component please head to jsx branch, it works pretty well but has no built-in hot reloading support for now.
For Isomorphic rendering please head to vue-isomorphic-starter.
# 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