https://github.com/nickforddev/smartmirror
Vue.js based smart-mirror
https://github.com/nickforddev/smartmirror
Last synced: 5 months ago
JSON representation
Vue.js based smart-mirror
- Host: GitHub
- URL: https://github.com/nickforddev/smartmirror
- Owner: nickforddev
- Created: 2018-12-08T20:04:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T16:52:27.000Z (over 7 years ago)
- Last Synced: 2025-07-03T06:02:59.889Z (12 months ago)
- Language: Vue
- Size: 265 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smartmirror
## 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
```
### Run your unit tests
```
npm run test:unit
```