chore: 初始化前端仓库并迁移 admin-ui

- 创建 rui-frontend 前端仓库
- 迁移 admin-ui 管理后台
- 创建 cashier-mobile 和 customer-mobile 占位项目
- 配置 pnpm workspace
This commit is contained in:
2026-06-04 05:14:11 +08:00
commit 82a19101a8
153 changed files with 21561 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# 管理后台 PC
Vue 3 + TypeScript + Vite + Element Plus + UnoCSS
## 启动
```bash
pnpm install
pnpm dev
```
访问 `http://localhost:3000`
## 构建
```bash
pnpm build
```