https://github.com/dills122/portfolio-manager
Electron App used to manage personal portfolio
https://github.com/dills122/portfolio-manager
chartjs electron nedb portfolio-management vuejs
Last synced: 7 months ago
JSON representation
Electron App used to manage personal portfolio
- Host: GitHub
- URL: https://github.com/dills122/portfolio-manager
- Owner: dills122
- Created: 2018-01-28T03:04:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T04:37:14.000Z (about 7 years ago)
- Last Synced: 2025-02-06T11:50:19.920Z (9 months ago)
- Topics: chartjs, electron, nedb, portfolio-management, vuejs
- Language: JavaScript
- Size: 1.29 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Manager
[](https://travis-ci.org/dills122/Portfolio-Manager)
> An app to track your portfolio
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# rebuild soulution if needed
npm rebuild
# build electron application for production
npm run build
```
## Build
Finishing up the account creation and once complete I will open this up to public.
If you run into the issue of gRPC binaries not working run this command:
`npm rebuild --runtime=electron --target=1.8.4 --disturl=https://atom.io/download/electron`
## Built With
* [electron-vue](https://github.com/SimulatedGREG/electron-vue) - Boilerplate
* [N3-Componets](https://n3-components.github.io/N3-components/index.html) - Charting Library
* [NeDB](https://github.com/louischatriot/nedb) - Embedded Database