Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woai3c/vue-ssr-demo
Vue 服务端渲染 demo
https://github.com/woai3c/vue-ssr-demo
Last synced: 7 days ago
JSON representation
Vue 服务端渲染 demo
- Host: GitHub
- URL: https://github.com/woai3c/vue-ssr-demo
- Owner: woai3c
- Created: 2020-06-03T13:18:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T03:41:16.000Z (8 months ago)
- Last Synced: 2024-05-16T01:04:23.539Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 28
- Watchers: 3
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-ssr-demo
## 文档
[手把手教你搭建 Vue 服务端渲染项目](https://github.com/woai3c/Front-end-articles/issues/13)
## 使用
克隆项目
```
git clone https://github.com/woai3c/vue-ssr-demo.git
```
下载依赖
```
npm i
```
启动开发服务器
```
npm run dev
```
打包项目
```
npm run build
```
开启服务器
```
npm run server
```