初始化鸿蒙应用展示平台项目 - 前后端分离架构
This commit is contained in:
31
frontend/README.md
Normal file
31
frontend/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user