Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlanileonardo/dfocus
Focus Pomodoro Timer
https://github.com/dlanileonardo/dfocus
electron focus linux mac pomodoro productivity timer vue windows
Last synced: about 1 month ago
JSON representation
Focus Pomodoro Timer
- Host: GitHub
- URL: https://github.com/dlanileonardo/dfocus
- Owner: dlanileonardo
- License: mit
- Created: 2019-03-29T19:37:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T08:53:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T17:55:09.058Z (3 months ago)
- Topics: electron, focus, linux, mac, pomodoro, productivity, timer, vue, windows
- Language: JavaScript
- Homepage:
- Size: 24.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# DFocus
[![Build status](https://ci.appveyor.com/api/projects/status/tb4wy32botgack6u/branch/master?svg=true)](https://ci.appveyor.com/project/dlanileonardo/dfocus/branch/master)
[![Build Status](https://travis-ci.org/dlanileonardo/dfocus.svg?branch=master)](https://travis-ci.org/dlanileonardo/dfocus)
# Build Setup
```
# install dependencies
yarn install# serve
yarn run dev# build electron app for production
yarn run build# lint all JS/Vue component files in `src/`
npm run lint# lint all JS/Vue component files in `app/src`
yarn lint
```# License
DFocus is licensed under the [MIT License](./LICENSE)
---
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli).
Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).