docs: update readme Install and use

This commit is contained in:
AnsonCar 2024-11-23 20:20:33 +08:00
parent a487141cfb
commit dd66ec8e20
2 changed files with 14 additions and 0 deletions

View File

@ -71,6 +71,13 @@ pnpm build
```
You can deploy **nova-admin** in a production environment using docker-compose.
```bash
# Build product
docker compose -f docker-compose.product.yml up --build -d
```
> The nginx.conf provided is for reference only. You can adjust it according to your own needs.
## Related projects
- [Nova-admin-nest](https://github.com/chansee97/nove-admin-nest) (under development) Nova-Admin supporting background project based on TS, NestJs, typeorm

View File

@ -71,6 +71,13 @@ pnpm build
```
在生產環境也可以使用 docker-compose 部署 **nova-admin**
```bash
# Build product
docker compose -f docker-compose.product.yml up --build -d
```
> 關於 nginx.conf 只供參考,你可以根據自己的需求進行調整。
## 相关项目
- [Nova-admin-nest](https://github.com/chansee97/nove-admin-nest) (开发中)基于TS, NestJs, typeorm的Nova-Admin配套后台项目