https://github.com/alvarosabu/nc-smart-home-demo
Smart Home App with Zircleui and Vuejs demo for 25th May Frontend Lovers Meetup 2019
https://github.com/alvarosabu/nc-smart-home-demo
Last synced: 6 months ago
JSON representation
Smart Home App with Zircleui and Vuejs demo for 25th May Frontend Lovers Meetup 2019
- Host: GitHub
- URL: https://github.com/alvarosabu/nc-smart-home-demo
- Owner: alvarosabu
- Created: 2019-05-03T09:03:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:59:51.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T19:51:13.418Z (8 months ago)
- Language: CSS
- Size: 3.71 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

---
# NC - Smart Home
[](https://app.netlify.com/sites/nc-smart-home/deploys)
Smart Home App with [ZircleUI](https://zircleui.github.io/docs/) and Vuejs demo for [24th May Frontend Lovers Meetup 2019](https://www.meetup.com/es-ES/Javascript-Love-Barcelona/events/260308712/)
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```