https://github.com/darkfanxing/ntut-iot
A simple project for IOT course @National Taipei University of Technology
https://github.com/darkfanxing/ntut-iot
html-css-javascript ntut-iot vuejs2
Last synced: 7 months ago
JSON representation
A simple project for IOT course @National Taipei University of Technology
- Host: GitHub
- URL: https://github.com/darkfanxing/ntut-iot
- Owner: darkfanxing
- Created: 2020-05-30T07:29:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:26:27.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T14:24:52.460Z (9 months ago)
- Topics: html-css-javascript, ntut-iot, vuejs2
- Language: Vue
- Homepage: https://darkfanxing.github.io/ntut-iot/
- Size: 2.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ntut-iot
## 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/).