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

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

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
![screenshot](./public/static/img/koa-vue-ssr-screenshot.png)

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