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

https://github.com/reisdev/personal-management

System to manage my personal activities, billings , schedules and etcetera. Made with Electron and Mongoose.
https://github.com/reisdev/personal-management

Last synced: 5 months ago
JSON representation

System to manage my personal activities, billings , schedules and etcetera. Made with Electron and Mongoose.

Awesome Lists containing this project

README

          

# personal-management

> An electron project for a personal management application

## Dependencies

- Electron: ^1.7.5
- VueJS: ^2.4.2

## Build Setup

### Install dependencies

`npm install`
or
`yarn`

### serve with hot reload at localhost:9080

`npm run dev`
or
`yarn run dev`

### build electron application for production

`npm run build`
or
`yarn run build`