# KLineChartSample **Repository Path**: well233/KLineChartSample ## Basic Information - **Project Name**: KLineChartSample - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-09 - **Last Updated**: 2021-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ``` ### uni-app ```bash cd uniapp-sample && npm install && npm run serve ``` ## License [MIT](./LICENSE)