Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 592 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 592 Bytes

Check out https://github.com/egoist/unvue as the successor of this project.

Vue server-side rendering in real life. (≧▽≦)/ which uses Vue2, Vuex, Vue-router, Koa2 and Webpack 2

Features

  • Vue 2 + ES6 + Webpack
  • Koa 2 + ES6 + Webpack
  • Nodemon
  • Hot Reloading
  • Optimized for production use

Get started

# clone this project
$ cd my-project
$ npm install

# run dev server
# http://localhost:5000
$ npm run dev

# build for production (both server and client)
# dumped in ./build
$ npm run build

License

MIT © EGOIST