更新说明文档
This commit is contained in:
parent
6a6ecfd51f
commit
06b4766c7f
12
README.md
12
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
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user