Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #30 from Jzow/master
Browse files Browse the repository at this point in the history
 npm in the readme.zh file is no longer applicable #29
  • Loading branch information
Jzow authored Sep 22, 2023
2 parents e699d83 + 3140def commit 520eefd
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,22 @@

## 项目设置
```
npm install
```
npm install -g pnpm
### 用于开发的编译和热重载
```
npm run serve
pnpm install
```

### 用于打包生产环境的编译程序
```
npm run build
pnpm build
pnpm preview
```

### 整理和修复文件
### 查看打包后的程序
```
npm run lint
pnpm preview:dist
```

### Vue-Cli 自定义配置
See [Configuration Reference](https://cli.vuejs.org/config/).
See [Configuration Reference](https://cli.vuejs.org/config/).

0 comments on commit 520eefd

Please sign in to comment.