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
- Host: GitHub
- URL: https://github.com/saurabhnative/veujs-pomodoro-timer
- Owner: saurabhnative
- License: apache-2.0
- Created: 2020-07-18T11:36:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T05:11:11.000Z (over 3 years ago)
- Last Synced: 2023-03-10T11:42:27.970Z (over 2 years ago)
- Topics: completed-project, online-demo-available, pomodoro, pomodoro-timer, vuejs
- Language: Vue
- Homepage: https://vuejs-pomodoro-timer.netlify.app/
- Size: 2.16 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).