/Vuepack-SSR

SSR edition of modern starter Vuepack which uses Vue 2, Vuex, Vue-router and Webpack 2

Primary LanguageJavaScriptMIT LicenseMIT

vuepack

VuePack-SSR is an extral SSR edition of modern Vue.js starter Vuepack.
which uses Vue 2, Vuex, Vue-router and Webpack 2.

Features

  • Vue 2
  • Latest version of Vuex/Router
  • Webpack 2
  • Babel 6
  • Hot reloading
  • BrowerSync
  • A boilerplate which is small

For Original Vuepack please head to [Vuepack](https://github.com/egoist/vuepack).

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 my-project
$ npm install

# edit files and start developing
$ npm start

# bundle all scripts and styles for production use
# temp out

For Windows users

Install git with unix tools before getting started.

License

MIT © EGOIST