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 +```