1.1.8 • Published 2 years ago

@dgiot/dgiot-mqtt-dashboard v1.1.8

Weekly downloads
-
License
Mozilla Public Li...
Repository
github
Last release
2 years ago

dgiot-mqtt-dashboard

微服务架构图_02.png

Installation

yarn add @dgiot/dgiot-mqtt-dashboard

Quick Start

main.js

  import Vue from 'vue'
  import App from './App.vue'

  +import dgiotStore from '@dgiot/dgiot-mqtt-dashboard/src/store'
  +import dgiotBus from '@dgiot/dgiot-mqtt-dashboard/src/utils/bus'
  +import dgiotMixin from '@dgiot/dgiot-mqtt-dashboard/src/mixins/mqtt'

  Vue.use(dgiotBus)
  Vue.mixin(dgiotMixin)
  Vue.config.productionTip = false
  new Vue({
    dgiotStore,
    render: h => h(App),
  }).$mount('#app')

examples.vue

<template>
  <div id="app">
    +<dgiot-mqtt-dashboard />
  </div>
</template>

<script>
+import dgiotMqttDashboard from '@dgiot/dgiot-mqtt-dashboard/mqtt'
export default {
  name: 'App',
  components: {
    +dgiotMqttDashboard
  },
  mounted() {
    console.log(this.Store)
  },
}
</script>

Online examples

Edit gmullerb-react-reducer-provider

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3-alpha-2

3 years ago

1.1.3-alpha-3

3 years ago

1.1.3-alpha-1

3 years ago

1.1.3-alpha

3 years ago

1.1.3

3 years ago

1.1.2-alpha

3 years ago

1.1.1-alpha

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago