Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 670 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 670 Bytes

pomodoro-js

Pomodoro timer in vue using a web worker. Timer is implemented using setInterval method (https://developer.mozilla.org/en-US/docs/Web/API/setInterval).

For an implementation without a web worker in vue using typescript refer to this repository - https://github.com/ispandey81/Pomodoro.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.