An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Pomodoro

[Demo](https://willguimont.github.io/Pomodoro/)

![pomodoro](https://cdn.discordapp.com/attachments/304037750146072576/551604177323950111/unknown.png)

Simple Pomodoro timer in Vue.js.

## Run
```
npm install
npm run serve
```

### Compiles and minifies for production
```
npm run build
```