Update README.md

This commit is contained in:
Danny
2025-11-16 13:19:08 +08:00
committed by GitHub
parent 82e724fca4
commit 9cfd83eb5a

View File

@@ -51,17 +51,21 @@ APP_ADAPAY=
```
### Run project
```
```shell
# Compile Mobile Web App
npm run dev:h5
```
```
```shell
# Compile WeChat Mini Program
npm run dev:weapp
```
### Build packages
```
```shell
# Compile Mobile Web App
npm run build:weapp
```
```
```shell
# Compile WeChat Mini Program
npm run build:weapp
```