更新说明文档
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/).
|
See [Vite Configuration Reference](https://vitejs.dev/config/).
|
||||||
|
|
||||||
## Project Setup
|
## 安装依赖
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compile and Hot-Reload for Development
|
### 测试运行(热更新)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compile and Minify for Production
|
### 构建项目
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 将文件同步至CDN
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run upload-assets
|
||||||
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user