Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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的服务端渲染框架模板
- Host: GitHub
- URL: https://github.com/chinacarlos/vue_ssr_template
- Owner: ChinaCarlos
- Created: 2018-10-29T02:21:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T03:52:13.000Z (about 6 years ago)
- Last Synced: 2024-08-19T13:48:34.617Z (5 months ago)
- Topics: axios, emelent-ui, koa2, log4js, mongodb, mongoose, nodejs, redis, sass, seo, ssr, vivus, vue, vue-lazyload, vue-router, vuex
- Language: JavaScript
- Homepage:
- Size: 466 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```