Commit 578c7ed6d426745643b67a9201be7475d5b55e04
1 parent
2b437de5
feat: 修改README.md
Showing
1 changed file
with
2 additions
and
2 deletions
garbage-removal/README.md
| @@ -20,14 +20,14 @@ | @@ -20,14 +20,14 @@ | ||
| 20 | npm install | 20 | npm install |
| 21 | ``` | 21 | ``` |
| 22 | 22 | ||
| 23 | -2. 运行 | 23 | +2. 运行开发环境 |
| 24 | 24 | ||
| 25 | ``` | 25 | ``` |
| 26 | npm run dev:h5 | 26 | npm run dev:h5 |
| 27 | npm run dev:mp-weixin | 27 | npm run dev:mp-weixin |
| 28 | ``` | 28 | ``` |
| 29 | 29 | ||
| 30 | -3. 打包 | 30 | +3. 打包生产 |
| 31 | 31 | ||
| 32 | ``` | 32 | ``` |
| 33 | npm run build:h5 --mode production | 33 | npm run build:h5 --mode production |