https://github.com/dczajkowski/agh-blinds
Vue front-end page to manage blinds (concurrent program written in Erlang)
https://github.com/dczajkowski/agh-blinds
Last synced: about 2 months ago
JSON representation
Vue front-end page to manage blinds (concurrent program written in Erlang)
- Host: GitHub
- URL: https://github.com/dczajkowski/agh-blinds
- Owner: DCzajkowski
- Created: 2018-12-28T19:30:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T20:31:45.000Z (about 7 years ago)
- Last Synced: 2025-01-10T03:12:19.026Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://blinds.netlify.com
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blinds
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).