https://github.com/willguimont/pomodoro
Pomodoro timer in Vue.js
https://github.com/willguimont/pomodoro
javascript pomodoro vuejs
Last synced: 3 months ago
JSON representation
Pomodoro timer in Vue.js
- Host: GitHub
- URL: https://github.com/willguimont/pomodoro
- Owner: willGuimont
- Created: 2019-03-03T03:01:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:15:42.000Z (over 3 years ago)
- Last Synced: 2025-04-05T03:02:44.558Z (over 1 year ago)
- Topics: javascript, pomodoro, vuejs
- Language: JavaScript
- Homepage: https://willguimont.github.io/Pomodoro/
- Size: 5.09 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pomodoro
[Demo](https://willguimont.github.io/Pomodoro/)

Simple Pomodoro timer in Vue.js.
## Run
```
npm install
npm run serve
```
### Compiles and minifies for production
```
npm run build
```