Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.23 KB

README.md

File metadata and controls

53 lines (40 loc) · 1.23 KB

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