初始化鸿蒙应用展示平台项目 - 前后端分离架构

This commit is contained in:
Nvex
2025-10-25 11:45:17 +08:00
commit c0f81dbbe2
92 changed files with 40210 additions and 0 deletions

31
frontend/README.md Normal file
View File

@@ -0,0 +1,31 @@
# 前端应用
基于 Vue 3 + TypeScript 的鸿蒙应用展示平台前端。
## 安装
```bash
npm install
```
## 开发
```bash
npm run dev
```
应用将在 http://localhost:5173 启动
## 构建
```bash
npm run build
```
构建产物将输出到 `dist` 目录
## 预览
```bash
npm run preview
```