https://github.com/ianchen0119/ntut_iot_final
https://github.com/ianchen0119/ntut_iot_final
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ianchen0119/ntut_iot_final
- Owner: ianchen0119
- Created: 2020-11-28T03:51:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T16:47:25.000Z (over 2 years ago)
- Last Synced: 2024-12-25T15:26:03.594Z (6 months ago)
- Language: Vue
- Size: 2.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ntut_iot_final
## 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/).