Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. ~(≧▽≦)/~
- Host: GitHub
- URL: https://github.com/egoist/vue-isomorphic-starter
- Owner: egoist
- Created: 2015-09-25T05:52:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T14:27:25.000Z (almost 3 years ago)
- Last Synced: 2024-10-23T04:53:29.532Z (12 days ago)
- Language: JavaScript
- Homepage: https://vue-isomorphic-starter-qxtbclbzmw.now.sh/
- Size: 37.1 KB
- Stars: 146
- Watchers: 13
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)