0.0.1 • Published 7 years ago

nuxt-mqtt-module v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

nuxt-mqtt-module

npm (scoped with tag) npm CircleCI Codecov Dependencies

js-standard-style

A MQTT module for Nuxt.js

📖 Release Notes

Features

The module features

Setup

  • Add nuxt-mqtt-module dependency using yarn or npm to your project
  • Add nuxt-mqtt-module to modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-mqtt-module',

    // With options
    ['nuxt-mqtt-module', { /* module options */ }],
 ]
}

Usage

Module Description

License

MIT License

Copyright (c) Iman Tabrizian tabrizian@outlook.com