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

https://github.com/ethiel97/simple-chart-vue

A simple chart with Vue.js and Chart.js
https://github.com/ethiel97/simple-chart-vue

chartjs data-visualization vue-chartjs vue-cli vuejs2

Last synced: 2 months ago
JSON representation

A simple chart with Vue.js and Chart.js

Awesome Lists containing this project

README

          

# Simple data visualization with Vue.js and Chart.js

A simple data visualization app with Vue.js and Chart.js.

![application screenshot](src/assets/screenshot.png "A simple data visualization app with Vue.js and Chart.js")

## Getting Started
Make sure you have `npm` and `yarn` on your local machine

1. Clone this repository and cd into it
2. Run `yarn` or `npm install` to download dependencies
3. Execute `yarn run serve` to build project assets and run it in your browser
4. See the [tutorial](https://pusher.com/tutorials/data-visualization-vue-chart) for useful notes

### Prerequisites

* Vue
* Vue-CLI
* npm or Yarn

## Built With

* [Vue](https://vuejs.org/) - A Great reactive Js framework