Skip to content

breadthe/folio

Repository files navigation

folio

Migrated from GitLab @ v0.5.2b

An Electron-Vue project

  • Manage your crypto portfolio entirely offline.
  • Add multiple wallets for BTC, ETH, LTC and a variety of other popular coins.
  • Track crypto USD prices for your favorite coins in real time.
  • View a summary of your entire portfolio, with aggregate $ amounts per individual coin, and the total portfolio.

Issue tracker

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit tests
npm test


# lint all JS/Vue component files in `src/`
npm run lint

A Better Way With Yarn

# install npm v7.8.0
nvm install v7.8.0
nvm use v7.8.0

# install Yarn
npm install yarn

# install dependencies
yarn

# serve with hot reload at localhost:9080
yarn run dev

# build electron application for production
yarn run build

# run unit tests
yarn test


# lint all JS/Vue component files in `src/`
npm run lint

This project was generated with electron-vue@0116bae using vue-cli. Documentation about the original structure can be found here.