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
- Host: GitHub
- URL: https://github.com/joshua1988/vue-chart-starter-kit
- Owner: joshua1988
- License: mit
- Created: 2017-11-02T04:31:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T07:20:18.000Z (about 8 years ago)
- Last Synced: 2025-04-06T09:11:20.585Z (8 months ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 22
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue - vue-chart-stater-kit - Simple chart page that uses Element UI, Vue Router and Vue Chart ` π 4 years ago ` (Examples [π](#readme))
- awesome-vue-zh - Vue-εΎθ‘¨-ζ―ε‘ηΉθ―εη - UIεΏ«ιε ₯ι¨ (awesome-vue [](https://github.com/sindresorhus/awesome) / δΎε)
- awesome-vue - vue-chart-stater-kit β 18 - UI (Awesome Vue.js [ β 101652](https://github.com/sindresorhus/awesome) / Examples)
- awesome-element - vue-chart-stater-kit - Quick starter using Vue Router, Vue Chart, Element-UI (Boilerplates)
- awesome-vue - vue-chart-stater-kit - UI (Resources / Examples)
- awesome-vue - vue-chart-stater-kit - UI (Awesome Vue.js [](https://github.com/sindresorhus/awesome) / Examples)
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).