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.
- Host: GitHub
- URL: https://github.com/mastashake08/web-iot-example
- Owner: mastashake08
- Created: 2023-02-24T23:46:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T02:47:45.000Z (over 2 years ago)
- Last Synced: 2025-02-28T10:39:13.311Z (about 1 year ago)
- Topics: web-bluetooth-api, web-nfc, web-serial-api
- Language: Vue
- Homepage: https://mastashake08.github.io/web-iot-example/
- Size: 4.08 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).