Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klinecharts/samples
KLineChart sample code.
https://github.com/klinecharts/samples
angular kline react samples vue
Last synced: 2 days ago
JSON representation
KLineChart sample code.
- Host: GitHub
- URL: https://github.com/klinecharts/samples
- Owner: klinecharts
- License: mit
- Created: 2020-04-09T13:22:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T17:34:44.000Z (over 1 year ago)
- Last Synced: 2024-05-31T15:25:28.686Z (6 months ago)
- Topics: angular, kline, react, samples, vue
- Language: JavaScript
- Homepage: https://codesandbox.io/p/github/liihuu/KLineChartSample/draft/festive-aryabhata?workspaceId=a03c9799-b717-45f3-85c8-f78f517368d6&file=%2Fjs-sample%2Fbasic.html
- Size: 1.09 MB
- Stars: 168
- Watchers: 6
- Forks: 106
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KLineChartSample
[KLineChart](https://github.com/liihuu/KLineChart) sample code. Contains multiple front-end framework versions.## Run
### React
```bash
cd react-sample && npm install && npm run start
```### Vue
```bash
cd vue-sample && npm install && npm run start
```### Angular
```bash
cd ng-sample && npm install && npm run start
```## License
[MIT](./LICENSE)