https://github.com/arandilopez/pomodorous
WIP: Pomodorous - Pomodore time tracker
https://github.com/arandilopez/pomodorous
electron electron-app pomodoro-clock pomodoro-timer vuejs vuex
Last synced: about 2 months ago
JSON representation
WIP: Pomodorous - Pomodore time tracker
- Host: GitHub
- URL: https://github.com/arandilopez/pomodorous
- Owner: arandilopez
- Created: 2017-03-22T17:26:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T08:39:24.000Z (about 9 years ago)
- Last Synced: 2025-08-12T06:56:44.455Z (11 months ago)
- Topics: electron, electron-app, pomodoro-clock, pomodoro-timer, vuejs, vuex
- Language: JavaScript
- Size: 2.33 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WIP: Pomodorous
> Pomodore time tracker

Pomodorous is build on [Electron](https://electron.atom.io/) + [Vue](https://vuejs.org) + [Bulma](http://bulma.io)
## Build Setup
``` bash
# install dependencies
yarn
# serve with hot reload at localhost:9080
yarn run dev
# build electron app for production
yarn run build
# lint all JS/Vue component files in `app/src`
yarn run lint
# run webpack in production
yarn run pack
```
## Roadmap??
Mmm... I'd to link it with Trello, Gitlab and/or Github. Maybe an self hosted To-do list
## License??
Well... let's say it's MIT
## Info
Thanks to [wyzant-dev](https://github.com/wyzant-dev) for **vue-radial-progress**
This project was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this project can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).