https://github.com/qzruncode/ewchart-base-template
https://github.com/qzruncode/ewchart-base-template
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qzruncode/ewchart-base-template
- Owner: qzruncode
- Created: 2023-02-20T03:01:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T09:32:56.000Z (about 3 years ago)
- Last Synced: 2025-08-09T05:50:51.974Z (11 months ago)
- Language: TypeScript
- Size: 1.94 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/ewchart-base-template)
[](https://www.npmjs.com/package/ewchart-base-template)
## ewchart-base-template
1. 此项目为[ewchart](https://www.npmjs.com/package/ewchart)图形库的示例模板
2. 使用[dark-tunnel](https://www.npmjs.com/package/dark-tunnel)下载此模板,运行如下命令
```
mkdir ewchartDemo
cd ewchartDemo
dark init ewchart-base-template
npm install
npm start
```