Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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版本封装
- Host: GitHub
- URL: https://github.com/zlm919/echarts-for-wechat-wepy
- Owner: zlm919
- License: mit
- Created: 2018-03-27T17:20:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T14:51:04.000Z (over 6 years ago)
- Last Synced: 2024-08-03T21:03:38.028Z (5 months ago)
- Topics: echarts, wepy
- Language: JavaScript
- Homepage:
- Size: 236 KB
- Stars: 30
- Watchers: 1
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wepy - echarts-for-wechat-wepy:echarts微信小程序wepy版本封装
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`,否则代码运行出现如下错误。**