Skip to content

kuitos/vuepack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 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

License

MIT © EGOIST

About

📦 A modern starter for Vue and Webpack

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.2%
  • Vue 19.6%
  • HTML 8.6%
  • CSS 2.6%