/vue-eCharts-demo

Demonstration of creating charts and graphs in Vue.js

Primary LanguageVue

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.

You can read my article here.

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

Customize configuration

See Configuration Reference.