https://github.com/visactor/taro-vchart-example
The usage example of @visactor/taro-vchart
https://github.com/visactor/taro-vchart-example
Last synced: 4 months ago
JSON representation
The usage example of @visactor/taro-vchart
- Host: GitHub
- URL: https://github.com/visactor/taro-vchart-example
- Owner: VisActor
- Created: 2023-11-01T04:50:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T04:52:38.000Z (about 2 years ago)
- Last Synced: 2025-09-05T01:45:03.781Z (4 months ago)
- Language: TypeScript
- Size: 220 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @visactor/taro-vchart 使用示例
## 如何使用
1. 安装依赖
```bash
$ yarn
```
2. 启动编译,根据你想要体验的环境运行对应的命令
```bash
# h5 环境,启动后浏览器会自动打开
$ yarn dev:h5
# 飞书小程序,启动后通过飞书开发者工具导入编译后的 dist 目录即可
$ yarn dev:tt
# 微信小程序,启动后通过微信开发者工具导入编译后的 dist 目录即可
$ yarn dev:weapp
```
## 问题反馈
如果在使用过程中发现问题,欢迎在 [GitHub issues](https://github.com/VisActor/VChart/issues/new/choose) 中向我们反馈,非常感谢!