hyapp-deploly/README.md
2026-05-20 16:49:19 +08:00

46 lines
706 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Deploy Platform
液态玻璃风格的项目运维管理平台。
## Scripts
```bash
npm install
make build
make up
npm run dev
npm run build
npm run lint
npm run test
```
## Docs
- [UI 设计规范](./docs/liquid-glass-admin-ui-guideline.md)
- [第一版开发内容](./docs/v1-development-scope.md)
- [模块化开发规范](./docs/modular-development-guideline.md)
## Standalone Deploy
构建后可一键运行 `dist``deploy` API
```bash
npm run deploy:run
```
已有 `dist` 时直接启动:
```bash
npm run deploy:serve
```
默认地址:`http://127.0.0.1:29200`
也可以用 Makefile 一键运行:
```bash
make up
```
部署模板和 TAT 脚本见 `deploy/README.md`