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

https://github.com/saurabhnative/veujs-pomodoro-timer

A basic Pomodoro timer created using Vue.js framework
https://github.com/saurabhnative/veujs-pomodoro-timer

completed-project online-demo-available pomodoro pomodoro-timer vuejs

Last synced: 5 months ago
JSON representation

A basic Pomodoro timer created using Vue.js framework

Awesome Lists containing this project

README

          

# vuejs-pomodoro-app
Sample timer app made while following vue.js tutorial from Freecodecamp

## Online Demo:-
https://vuejs-pomodoro-timer.netlify.app

## Source tutorial:-
https://www.youtube.com/watch?v=Fvw8YBtdzqA

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).