Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
executable file
·
43 lines (29 loc) · 1.44 KB

README.md

File metadata and controls

executable file
·
43 lines (29 loc) · 1.44 KB

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