Skip to content

GimpBoy/vuepack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

📦 A modern starter for Vue and Webpack

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.4%
  • Vue 16.3%
  • HTML 7.1%
  • CSS 2.2%