Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Jan 20, 2023
1 parent 33a5988 commit 71e293d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# KLineChartSample
KLineChart(https://github.com/liihuu/KLineChart) sample code. Contains multiple front-end framework versions.
[KLineChart](https://github.com/liihuu/KLineChart) sample code. Contains multiple front-end framework versions.

## Run
### React
Expand All @@ -17,10 +17,5 @@ cd vue-sample && npm install && npm run start
cd ng-sample && npm install && npm run start
```

### uni-app
```bash
cd uniapp-sample && npm install && npm run serve
```

## License
[MIT](./LICENSE)
2 changes: 1 addition & 1 deletion react-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/node": "^16.18.11",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"klinecharts": "^9.0.0-alpha5",
"klinecharts": "^9.0.0-alpha6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down

0 comments on commit 71e293d

Please sign in to comment.