https://github.com/alexandrehiroyuki/encontrol_iot
Web application for electrical network management.
https://github.com/alexandrehiroyuki/encontrol_iot
Last synced: 6 months ago
JSON representation
Web application for electrical network management.
- Host: GitHub
- URL: https://github.com/alexandrehiroyuki/encontrol_iot
- Owner: AlexandreHiroyuki
- Created: 2020-02-10T00:45:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T12:20:24.000Z (over 3 years ago)
- Last Synced: 2025-02-02T04:44:44.331Z (over 1 year ago)
- Homepage:
- Size: 1.87 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electrical Network Controller - Internet of Things
## Minimun System Requiriments
Browser: Internet Explorer 11^, MS Edge 12^, Firefox 28^, Chrome 29^, Safari 9^, Opera 12.1 or 17^.
## 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/).