Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tangdaohai/vue-ssr-demo
vue support ssr with node
https://github.com/tangdaohai/vue-ssr-demo
ssr vue-ssr
Last synced: 9 days ago
JSON representation
vue support ssr with node
- Host: GitHub
- URL: https://github.com/tangdaohai/vue-ssr-demo
- Owner: tangdaohai
- Created: 2017-11-08T03:22:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T03:23:55.000Z (about 7 years ago)
- Last Synced: 2024-08-01T13:31:12.961Z (3 months ago)
- Topics: ssr, vue-ssr
- Language: JavaScript
- Size: 72.3 KB
- Stars: 54
- Watchers: 4
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-ssr-demo
> support ssr with node
## Build Setup
``` bash
# install dependencies
npm install# 打包生成环境与服务器端渲染资源
npm run build# 启动服务
npm run start-prod
#或者
node server.js
```链接到本库的博客文章地址:
[让vue-cli初始化后的项目集成支持SSR](http://blog.myweb.kim/vue/%E8%AE%A9vue-cli%E5%88%9D%E5%A7%8B%E5%8C%96%E5%90%8E%E7%9A%84%E9%A1%B9%E7%9B%AE%E9%9B%86%E6%88%90%E6%94%AF%E6%8C%81SSR/?utm-source=github)