What problem does this feature solve?
😁What?
After I ran yarn dev, I don't know how to test echarts code base. So, it's DIFFICULT TO CONTRIBUTE as a beginner. which is not good for an open source software.
😁Why?
I was willing to fix a bug of 'graph' chart. But I need to learn those codes first. Usually I will use webpack-dev-server or vite to host some static html for testing.
What does the proposed API look like?
😁How?
Provide us a way to run a demo project with webpack-dev-server or vite.
What problem does this feature solve?
😁What?
After I ran
yarn dev, I don't know how to testechartscode base. So, it's DIFFICULT TO CONTRIBUTE as a beginner. which is not good for an open source software.😁Why?
I was willing to fix a bug of 'graph' chart. But I need to learn those codes first. Usually I will use
webpack-dev-serverorviteto host some static html for testing.What does the proposed API look like?
😁How?
Provide us a way to run a demo project with
webpack-dev-serverorvite.