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

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

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
```