All Projects → egoist → Vue Isomorphic Starter

egoist / Vue Isomorphic Starter

Vue server-side rendering in real life. ~(≧▽≦)/~

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].