# chart-creator **Repository Path**: BaoHan18/chart-creator ## Basic Information - **Project Name**: chart-creator - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-25 - **Last Updated**: 2021-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Echarts ## README # Chart Creator A chart tool powered by **Vue 3** and **ECharts**. Easily generate chart from xlsx/csv file, and customize chart style. Check the demo here, [Github Pages](https://brucehenry.github.io/chart-creator/) or [Gitee Pages](http://baohan18.gitee.io/chart-creator/). Github repo: [https://github.com/BruceHenry/chart-creator](https://github.com/BruceHenry/chart-creator) Gitee repo: [https://gitee.com/BaoHan18/chart-creator](https://gitee.com/BaoHan18/chart-creator) ## Project setup ### Install dependencies ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Serve on localhost Easiest way is to use Python ``` python -m http.server 8080 --directory ./dist ``` Or live-server if installed ``` live-server ./dist ``` ### Lints and fixes files ``` npm run lint ```