Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zlm919/echarts-for-wechat-wepy

echarts微信小程序wepy版本封装
https://github.com/zlm919/echarts-for-wechat-wepy

echarts wepy

Last synced: about 2 months ago
JSON representation

echarts微信小程序wepy版本封装

Awesome Lists containing this project

README

        

# echarts-for-wechat-wepy

echarts 微信小程序wepy组件封装。

## 体验步骤
### 1. 安装 wepy
本示例基于wepy封装,[参考这里](https://github.com/Tencent/wepy)
```bash
npm install wepy-cli -g
```

### 2. 下载源代码
```bash
git clone https://github.com/zlm919/echarts-for-wechat-wepy.git
```

### 3. 安装开发依赖
```bash
npm install
```

### 4. 编译源代码
```bash
wepy build
```

### 5.导入至开发者工具

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

**切记: 取消勾选`项目-->开启ES6转ES5`,否则代码运行出现如下错误。**