From 0a952804005cb2da9fba0f7d22c9e916656b57c4 Mon Sep 17 00:00:00 2001 From: callmeyan Date: Tue, 21 Feb 2023 18:03:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5752e11 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +### 积分兑换微信小程序 +#### 下载代码 +```shell +git clone https://git.wm-app.xyz/project/point_sys_miniapp.git +``` +#### 初始化依赖 +```shell +npm i +或者 +yarn install +``` +#### 构建npm +打开微信开发者工具,然后点击菜单栏->工具->构建npm +#### 开始开发 +