Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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