Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 589 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 589 Bytes

HaixueUI in WePY

这是基于 WePY 的嗨学小程序 demo。

使用步骤

1. 安装 wepy

npm install -global wepy-cli

2. 下载源代码

git clone https://github.com/highso-fe/wepy-hxui.git

3. 安装开发依赖

cd wepy-hxui
npm install

4. 编译源代码

npm run dev

5.导入至开发者工具

编译完成后会生成dist目录,开发者工具本地开发目录指向dist目录。

切记: 取消勾选项目-->开启ES6转ES5,否则代码运行报错。