From fc6986e059b274b28eb0b4501c2e32c8084f5067 Mon Sep 17 00:00:00 2001 From: Danny Date: Sun, 16 Nov 2025 11:56:38 +0800 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) 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 +```