Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chinacarlos/vue_ssr_template

基于vue的服务端渲染框架模板
https://github.com/chinacarlos/vue_ssr_template

axios emelent-ui koa2 log4js mongodb mongoose nodejs redis sass seo ssr vivus vue vue-lazyload vue-router vuex

Last synced: about 22 hours ago
JSON representation

基于vue的服务端渲染框架模板

Awesome Lists containing this project

README

        

# vue_SSR_template

> this is SSR template for vuejs, I think I Can do something for Vue.

## Build Setup

``` bash
# 安装依赖
$ yarn install

# 启动开发环境 热加载等等
$ yarn run dev

# 构建生产环境
$ yarn run build
$ yarn start

# 构建静态网站页面
$ yarn run generate
```