https://github.com/kunukn/dayclock
dayclock
https://github.com/kunukn/dayclock
clock dayclock vuejs
Last synced: about 2 months ago
JSON representation
dayclock
- Host: GitHub
- URL: https://github.com/kunukn/dayclock
- Owner: kunukn
- License: mit
- Created: 2020-04-20T06:55:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T13:26:54.000Z (over 2 years ago)
- Last Synced: 2025-01-31T07:31:15.795Z (4 months ago)
- Topics: clock, dayclock, vuejs
- Language: Vue
- Homepage: https://dayclock.app
- Size: 1.82 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dayclock
Demo:
- https://dayclock.app
- https://dayclock.app/?numbers=0&color1=ff0&color2=f80&bg=000&daybg=000&text=fff
- https://dayclock.app/?numbers=0&color1=ccc&color2=f80&text=aaa&border=000&strap=f80&pagebg=eee&activetext=f80
- https://dayclock.app/?numbers=0&color1=255,255,255&color2=200,200,0&bg=0,0,0&daybg=0,0,0&text=255,255,255
- https://dayclock.app/?numbers=0&graph=0&daybg=255,200,255&color1=ff821c&color2=ff821c
- https://dayclock.app/?numbers=0&graph=0&daybg=301934&color1=255,100,155&color2=255,140,155&text=170,170,170&pie=1
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn dev
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).