From 06b4766c7ffb15cf6153aa8849d7b30ede8d688c Mon Sep 17 00:00:00 2001 From: zhcnyuyang Date: Thu, 21 Aug 2025 21:19:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c35403..6fd9108 100644 --- a/README.md +++ b/README.md @@ -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 +```