https://github.com/eteplus/koa-vue-ssr-template
This template built with vue 2.x, vue-router & vuex & webpack3 with server-side rendering by koa
https://github.com/eteplus/koa-vue-ssr-template
cssnext koa ssr vue-router vue-ssr vue-template vuejs vuex webpack3
Last synced: 4 months ago
JSON representation
This template built with vue 2.x, vue-router & vuex & webpack3 with server-side rendering by koa
- Host: GitHub
- URL: https://github.com/eteplus/koa-vue-ssr-template
- Owner: eteplus
- License: mit
- Created: 2017-06-18T12:43:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T04:40:10.000Z (almost 8 years ago)
- Last Synced: 2025-04-08T11:44:51.869Z (8 months ago)
- Topics: cssnext, koa, ssr, vue-router, vue-ssr, vue-template, vuejs, vuex, webpack3
- Language: JavaScript
- Homepage:
- Size: 200 KB
- Stars: 55
- Watchers: 5
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Koa Vue SSR Template
> This template built with Vue 2.x, vue-router & vuex with server-side rendering by koa.
## Screenshot

## Build Setup
Requires Node.js 7+
``` bash
# install dependencies
npm install # or yarn install
# serve in dev mode, with hot reload at localhost:8080
npm run dev
# build for production
npm run build
# serve in production mode
npm start
```
## License
MIT