https://github.com/webmobiledev/vue2-echarts
This is a line chart sample using Vue2 and Echarts library.
https://github.com/webmobiledev/vue2-echarts
axios echarts echarts4 json vuejs2 vuejs2-tutorial
Last synced: 10 days ago
JSON representation
This is a line chart sample using Vue2 and Echarts library.
- Host: GitHub
- URL: https://github.com/webmobiledev/vue2-echarts
- Owner: webmobiledev
- Created: 2018-09-27T02:29:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T20:29:25.000Z (about 6 years ago)
- Last Synced: 2025-01-26T04:09:12.064Z (over 1 year ago)
- Topics: axios, echarts, echarts4, json, vuejs2, vuejs2-tutorial
- Language: JavaScript
- Size: 1.71 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-echarts
> Line chart using VueJS and Echarts
## Demo
[Click here to see demo](https://vue2echarts.herokuapp.com/)
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).