https://github.com/winjs-dev/vue-ssr-template
This template built with vue 2.x, vue-router & vuex & webpack3 with server-side rendering by koa2
https://github.com/winjs-dev/vue-ssr-template
Last synced: 8 months ago
JSON representation
This template built with vue 2.x, vue-router & vuex & webpack3 with server-side rendering by koa2
- Host: GitHub
- URL: https://github.com/winjs-dev/vue-ssr-template
- Owner: winjs-dev
- License: mit
- Created: 2018-04-28T05:40:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T09:36:41.000Z (about 8 years ago)
- Last Synced: 2024-09-04T15:18:55.894Z (over 1 year ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-template
基于vue,koa创建的服务端渲染的模板
## Usage
``` bash
$ npm install -g vue-cli
$ vue init cloud-templates/vue-ssr-template my-project
$ cd my-project
$ npm install
$ npm run dev
$ npm run build
```