/vuepack

:package: A modern starter for Vue and Webpack

Primary LanguageJavaScript

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.

VuePack

release extra

Technologies

  • Vue
  • Webpack
  • Babel 6
  • Vuex
  • Vue-Router
  • Hot reloading components and Vuex mutations
  • PostCSS & cssnext
  • Autoprefixer

Quick Start

$ git clone https://github.com/egoist/vuepack.git 
$ cd vuepack
$ npm install
$ npm run dev
# open http://localhost:3030

Usage

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

Customize the devServer

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.

License

MIT © EGOIST