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

https://github.com/mastashake08/web-iot-example

Vue.js application demoing the @mastashake08/web-iot NPM package to interact with physical devices in the web.
https://github.com/mastashake08/web-iot-example

web-bluetooth-api web-nfc web-serial-api

Last synced: 6 days ago
JSON representation

Vue.js application demoing the @mastashake08/web-iot NPM package to interact with physical devices in the web.

Awesome Lists containing this project

README

          

# web-iot-example

## 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/).