https://github.com/louis70109/vue-toys
v-chart, mqtt, LINE-LIFF
https://github.com/louis70109/vue-toys
Last synced: 2 months ago
JSON representation
v-chart, mqtt, LINE-LIFF
- Host: GitHub
- URL: https://github.com/louis70109/vue-toys
- Owner: louis70109
- Created: 2019-01-24T17:51:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T15:57:02.000Z (almost 6 years ago)
- Last Synced: 2025-01-31T22:11:22.564Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 3.49 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-gridstack-vcharts
> 目前還在開墾中✍️
## Target
* vuejs
* gridstack width: 1=142px , height: 1=30px
* v-charts## Pachages
* [v-charts](https://v-charts.js.org/#/line)
* [vue-grid-layout](https://github.com/jbaysolutions/vue-grid-layout)## 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
```
## ProblemWARNING Compiled with 1 warnings 13:15:39
warning in ./src/components/Dash/template.html
(Emitted value instead of an instance of Error) : component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.
@ ./src/components/Dash/index.vue 11:0-303
@ ./src/router/index.js
@ ./src/main.js
@ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./src/main.js---
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).