Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyaso/pomodoro-calc
Very basic pomodoro calculator, nothing fancy. Created using Vue and Vuetify.
https://github.com/kyaso/pomodoro-calc
Last synced: 1 day ago
JSON representation
Very basic pomodoro calculator, nothing fancy. Created using Vue and Vuetify.
- Host: GitHub
- URL: https://github.com/kyaso/pomodoro-calc
- Owner: kyaso
- Created: 2023-12-04T18:15:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T10:37:48.000Z (12 months ago)
- Last Synced: 2024-11-13T18:38:04.632Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://kyaso.github.io/pomodoro-calc/
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# default
## Project setup
```
# yarn
yarn# npm
npm install# pnpm
pnpm install# bun
bun install
```### Compiles and hot-reloads for development
```
# yarn
yarn dev# npm
npm run dev# pnpm
pnpm dev# bun
bun run dev
```### Compiles and minifies for production
```
# yarn
yarn build# npm
npm run build# pnpm
pnpm build# bun
bun run build
```### Customize configuration
See [Configuration Reference](https://vitejs.dev/config/).