v-charteditor
是一款基于 Vue.js 2.0
和 echarts
的统计图表编辑器,支持上传excel数据,用来在线实时制作如柱状图、折线图、饼状图等统计图表
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.