https://github.com/adyanth/im-vue-app
Vue app to chat over MQTT over WebSockets using Paho MQTT and Vuex
https://github.com/adyanth/im-vue-app
Last synced: 2 months ago
JSON representation
Vue app to chat over MQTT over WebSockets using Paho MQTT and Vuex
- Host: GitHub
- URL: https://github.com/adyanth/im-vue-app
- Owner: adyanth
- Created: 2020-08-29T07:11:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T07:17:03.000Z (almost 6 years ago)
- Last Synced: 2025-07-21T02:30:42.526Z (11 months ago)
- Language: Vue
- Size: 139 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mqtt-web
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).