Skip to content

wyrover/vuepack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VuePack

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

Technologies

  • Vue
  • Webpack
  • Babel 6
  • Redux
  • Vue-Router
  • Hot reloading
  • PostCSS
  • PreCSS
  • 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 for Vue and Webpack

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 45.6%
  • Vue 28.0%
  • CSS 18.9%
  • HTML 7.5%