https://github.com/zhangyuang/codesandbox-ssr-example
ssr vue3 example for codesandbox
https://github.com/zhangyuang/codesandbox-ssr-example
Last synced: 4 months ago
JSON representation
ssr vue3 example for codesandbox
- Host: GitHub
- URL: https://github.com/zhangyuang/codesandbox-ssr-example
- Owner: zhangyuang
- Created: 2021-04-27T06:23:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T11:04:58.000Z (about 4 years ago)
- Last Synced: 2024-10-25T09:24:35.726Z (8 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 官方文档
官方文档请查看 [https://github.com/ykfe/ssr](https://github.com/ykfe/ssr)
## getting start
```bash
$ npm start # 本地开发模式运行,单进程 支持 前端 HMR 前端静态资源走本地 webpack 服务
$ npm run prod # 模拟生产环境运行,多进程,前端资源走静态目录
$ npm run stop # 生产环境停止服务
```