Skip to content
forked from egoist/vuepack

📦 A modern starter which uses Vue 2, Vuex, Vue-router and Webpack 2 (and even Electron)

License

Notifications You must be signed in to change notification settings

ZhiZeYi/vuepack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you want to build a Vue app really really fast, use nether VuePack nor Vue-cli, these scaffolding stuffs won't help a lot, they just teach you how to configure things. Try using vbuild now, which means no setup for you to start a Vue app.

VuePack

release Join the chat at https://gitter.im/egoist/vuepack extra

Technologies

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

Cli tool

preview

Use VuePack Cli to generate a new project:

npm install -g vuepack
vue init hello-vue
# or if you are located in China
# vue init hello-vue --cn
cd hello-vue
npm run dev
# wait for webpack to bundle then go to http://localhost:3030
# use `Ctrl+H` to toggle Redux Dev Panel

Usage

Command Description
npm install Install dependencies
npm run dev Run webpack and server with hot-reload enabled
npm run dev:win Run dev server on Win32 platform
npm run build Build assets for production use, dumped in ./build

License

MIT © EGOIST

About

📦 A modern starter which uses Vue 2, Vuex, Vue-router and Webpack 2 (and even Electron)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.7%
  • Vue 10.1%
  • CSS 5.3%
  • HTML 1.9%