TokenD offline tool for creating issuance based on electron-vue
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.