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:
30
README.md
30
README.md
@@ -1,2 +1,28 @@
|
||||
# ECShopX_mobile
|
||||
ECShopX移动端,Taro3.0框架,包含微信小程序、H5、APP
|
||||
<p align="center"><img width="300" height="auto" alt="ECShopX" src="https://github.com/user-attachments/assets/64db28c5-ce48-43aa-887f-1c926498f55b" /></p>
|
||||
|
||||
### <p align="center">Mobile Frontend</p>
|
||||
|
||||
# Getting started
|
||||
Node.js (current LTS) and npm are required to run the project. To be sure about the version compatibility you can enable Node's corepack.
|
||||
|
||||
### Installation
|
||||
```
|
||||
cd ecshopx-vshop
|
||||
npm i
|
||||
```
|
||||
|
||||
### Run project
|
||||
```
|
||||
npm run dev:h5
|
||||
```
|
||||
```
|
||||
npm run dev:weapp
|
||||
```
|
||||
|
||||
### Build packages
|
||||
```
|
||||
npm run build:weapp
|
||||
```
|
||||
```
|
||||
npm run build:weapp
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user