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
- Host: GitHub
- URL: https://github.com/langhuihui/test-ssr
- Owner: langhuihui
- Created: 2021-04-23T09:12:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T09:13:51.000Z (about 4 years ago)
- Last Synced: 2025-02-15T03:19:45.631Z (2 months ago)
- Language: JavaScript
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```