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
- Host: GitHub
- URL: https://github.com/ethiel97/simple-chart-vue
- Owner: Ethiel97
- Created: 2018-11-13T01:26:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T23:37:35.000Z (about 7 years ago)
- Last Synced: 2025-10-13T03:26:18.448Z (2 months ago)
- Topics: chartjs, data-visualization, vue-chartjs, vue-cli, vuejs2
- Language: Vue
- Size: 264 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.

## 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