Vue eCharts Demo
This repo is the source code created for an article I wrote about how to create charts and graphs in Vue.js. This code shows you how to had both a bar chart and line chart to a Vue.js application.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint