Skip to content
forked from egoist/vuepack

📦 A modern starter which uses Vue 2, Vuex, Vue-router and Webpack 2

License

Notifications You must be signed in to change notification settings

linyongping/vuepack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuepack

VuePack is a modern Vue.js starter
which uses Vue 2, Vuex, Vue-router and Webpack 2.

Features

  • Vue 2
  • Latest version of Vuex/Router
  • Webpack 2
  • Babel 6
  • Hot reloading
  • Split vendor code from your app
  • A boilerplate which is small and focusing on client-side apps

For Vue 1 version please head to vue-1 branch.

Get Started

# clone or fork this repo
$ cd vuepack
$ npm install

# edit files and start developing
$ npm run dev
# bundle all scripts and styles for production use
$ npm run build

For Windows users

Install git with unix tools before getting started.

License

MIT © EGOIST

About

📦 A modern starter which uses Vue 2, Vuex, Vue-router and Webpack 2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.8%
  • Vue 20.5%
  • HTML 3.7%