mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-12 22:35:37 +08:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user