Skip to content

A cryptocurrency cross platfrom app that uses bitkub.com.

License

Notifications You must be signed in to change notification settings

dvgamerr-app/gokub-app

Repository files navigation

GOKub App

🥳 Really simple Electron + Vue + Vite boilerplate.

Todo

  • Settings of ClientID and Secret for API

Debug

  yarn
  yarn dev

Directory

+ ├─┬ electron
+ │ ├─┬ main
+ │ │ └── index.ts    entry of Electron-Main
+ │ └─┬ preload
+ │   └── index.ts    entry of Preload-Scripts
  ├─┬ src
  │ └── main.ts       entry of Electron-Renderer
  ├── index.html
  ├── package.json
  └── vite.config.ts

FAQ