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

https://github.com/langhuihui/test-ssr

demo for vue3 ssr with antd
https://github.com/langhuihui/test-ssr

Last synced: 15 days ago
JSON representation

demo for vue3 ssr with antd

Awesome Lists containing this project

README

        

# Demo: Vue3 + Vue Router + Vuex + SSR Webpack

### Project setup

```
yarn install
```

### Compiles for production

```
yarn build
```

### SSR Preview Local (after build)

```
yarn ssr
```

### CSR Dev HotReload for developing

```
yarn serve
```

### Lints and fixes files

```
yarn lint
```