更新说明文档

This commit is contained in:
zhcnyuyang 2025-08-21 21:19:46 +08:00
parent 6a6ecfd51f
commit 06b4766c7f

View File

@ -10,20 +10,26 @@ This template should help get you started developing with Vue 3 in Vite.
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
## 安装依赖
```sh
npm install
```
### Compile and Hot-Reload for Development
### 测试运行(热更新)
```sh
npm run dev
```
### Compile and Minify for Production
### 构建项目
```sh
npm run build
```
### 将文件同步至CDN
```sh
npm run upload-assets
```