pan-shao / vuepack

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

Home Page:https://egoistian.com/vuepack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 please head to vue-1 branch.

For JSX component please head to jsx branch, it works pretty well but has no built-in hot reloading support for now.

For Isomorphic rendering please head to vue-isomorphic-starter.

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

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

https://egoistian.com/vuepack

License:MIT License


Languages

Language:JavaScript 75.9%Language:Vue 20.4%Language:HTML 3.7%