Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).