https://github.com/papilo-cloud/timer
pomodoro-app built with vue js
https://github.com/papilo-cloud/timer
Last synced: 9 months ago
JSON representation
pomodoro-app built with vue js
- Host: GitHub
- URL: https://github.com/papilo-cloud/timer
- Owner: papilo-cloud
- Created: 2022-09-21T23:14:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T21:51:55.000Z (about 3 years ago)
- Last Synced: 2025-01-26T09:44:07.761Z (11 months ago)
- Language: Vue
- Homepage: timer-jdfc.vercel.app
- Size: 646 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pomodoro
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).