hu xiaotong f360c0f140 ci: 添加 Epic UI 构建和部署工作流
- 新增 CI/CD 工作流文件,实现前端项目的自动构建和部署
- 支持 main、master 和 develop 分支的自动构建- 包含代码检出、环境安装、依赖管理、项目构建等步骤
- 实现构建产物的自动部署和 Docker 容器重启
2025-07-07 14:31:55 +08:00
2025-04-16 15:43:15 +08:00
2025-04-16 22:47:47 +08:00
2025-04-23 16:57:01 +08:00
2025-04-16 22:47:47 +08:00
2025-04-16 15:43:15 +08:00
2025-04-23 16:57:01 +08:00

Rsbuild project

Setup

Install the dependencies:

pnpm install

Get started

Start the dev server:

pnpm dev

Build the app for production:

pnpm build

Preview the production build locally:

pnpm preview
Description
No description provided
Readme 803 KiB
Languages
TypeScript 99.5%
CSS 0.4%