Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 729 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 729 Bytes

Offline issuance app

TokenD offline tool for creating issuance based on electron-vue

Build Setup

Install dependencies (twice - electron deps and application deps):

yarn install
(cd ./app && yarn install)

Serve with hot reload at localhost:9000:

yarn dev

Build electron app for production

yarn build

More information can be found here.


This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.