https://github.com/ovesco/iot-vue
Frontend IOT en vue bien parti
https://github.com/ovesco/iot-vue
Last synced: 3 months ago
JSON representation
Frontend IOT en vue bien parti
- Host: GitHub
- URL: https://github.com/ovesco/iot-vue
- Owner: ovesco
- Created: 2019-04-23T13:48:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:20:25.000Z (over 3 years ago)
- Last Synced: 2025-08-16T13:01:42.136Z (10 months ago)
- Language: Vue
- Size: 3.32 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iot
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).