If you want to build a Vue app really really fast, try using vbuild now, which means no setup for you to start a Vue app.
- Vue
- Webpack
- Babel 6
- Vuex
- Vue-Router
- Hot reloading components and Vuex mutations
- PostCSS & cssnext
- Autoprefixer
$ git clone https://github.com/egoist/vuepack.git
$ cd vuepack
$ npm install
$ npm run dev
# open http://localhost:3030
Command | Description |
---|---|
npm install | Install dependencies |
npm run dev | Run webpack and server with hot-reload enabled |
npm run build | Build assets for production use, dumped in ./build |
You can directly modify scripts/devServer.js since it simply uses Express under the hood.
Or, in a more recommended way, update the scripts/wrap.js instead.
MIT © EGOIST