项目作者: breadthe

项目描述 :
Vue-Electron crypto portfolio desktop app
高级语言: JavaScript
项目地址: git://github.com/breadthe/folio.git
创建时间: 2018-07-27T21:52:30Z
项目社区:https://github.com/breadthe/folio

开源协议:

下载


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

  1. # install dependencies
  2. npm install
  3. # serve with hot reload at localhost:9080
  4. npm run dev
  5. # build electron application for production
  6. npm run build
  7. # run unit tests
  8. npm test
  9. # lint all JS/Vue component files in `src/`
  10. npm run lint

A Better Way With Yarn

  1. # install npm v7.8.0
  2. nvm install v7.8.0
  3. nvm use v7.8.0
  4. # install Yarn
  5. npm install yarn
  6. # install dependencies
  7. yarn
  8. # serve with hot reload at localhost:9080
  9. yarn run dev
  10. # build electron application for production
  11. yarn run build
  12. # run unit tests
  13. yarn test
  14. # lint all JS/Vue component files in `src/`
  15. npm run lint

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