A low code chart editor based on vue3 ,echart and g2.
一个基于Vue3全家桶和Echart打造的低代码图表编辑器。
You can use it draw various charts easily.
- git clone https://github.com/HHN0609/chart-editor.git
cd chart-editor
- Run
npm install
- Start your local Mysql service
- Change the default Mysql configuration in
./server/config.js
- Copy the sql in
./server/sql/chart_editor_db.sql
, and paste it into your Mysql console. It will create a database called .chart_editor_db
. - Run
npm run serve
to start the backend service on port 3000. - Run
npm run dev
. - The root account is
root
, and the password is123456
. - Let start this project!