diff --git a/README.md b/README.md index 58f747fab..26215cac6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,28 @@ -# ECShopX_mobile -ECShopX移动端,Taro3.0框架,包含微信小程序、H5、APP +

ECShopX

+ +###

Mobile Frontend

+ +# 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 +```