An open API service indexing awesome lists of open source software.

https://github.com/joshua1988/vue-chart-starter-kit

Simple chart page that uses Element UI, Vue Router and Vue Chart
https://github.com/joshua1988/vue-chart-starter-kit

Last synced: 6 months ago
JSON representation

Simple chart page that uses Element UI, Vue Router and Vue Chart

Awesome Lists containing this project

README

          

# vue-chart-starter-kit
Simple chart page that uses Element UI, Vue Router and Vue Chart

[Demo](https://vuechartstarterkit.firebaseapp.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
```

## Libraries
- Vue (2.4.4)
- Vue Router (3.0.1)
- Vue Chart-js (3.0.0)
- Chart.js (2.7.1)
- Element-Ui (2.0.2)

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).