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

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

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

WARNING 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).