Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egoist/vue-isomorphic-starter

Vue server-side rendering in real life. ~(≧▽≦)/~
https://github.com/egoist/vue-isomorphic-starter

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```bash
# 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](https://github.com/egoist)