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

https://github.com/yuan66-hub/vue-ssr-template

手写vue3(服务端渲染+客户端渲染)混合渲染框架,路由跳转,服务端渲染容错处理等
https://github.com/yuan66-hub/vue-ssr-template

csr express nodejs pinia ssr vue-router4 vue3 webpack5

Last synced: 3 months ago
JSON representation

手写vue3(服务端渲染+客户端渲染)混合渲染框架,路由跳转,服务端渲染容错处理等

Awesome Lists containing this project

README

        

## 一.安装依赖

```bash
yarn install
```

## 二.启动客户端

```bash
yarn run build:client
```

## 三.启动服务端

```bash
yarn run build:server
```

## 四.启动服务

```bash
yarn run start
```