Forked from com.github/cutls/TheDesk Maybe I'll figure out how to PR from here to there later.
Go to file
2019-04-10 16:27:19 +09:00
public Change directory of main.js for index 2019-04-07 18:55:40 +09:00
src Change directory of vue multi-page entries 2019-04-10 16:27:19 +09:00
.gitignore Add TheDesk icon 2019-04-06 00:45:52 +09:00
babel.config.js Initial commit 2019-04-05 19:23:52 +09:00
info.json Add about window 2019-04-08 01:25:39 +09:00
LICENSE Initial commit 2019-04-05 19:23:52 +09:00
package-lock.json Fix some error background.ts 2019-04-09 00:32:26 +09:00
package.json Fix some error background.ts 2019-04-09 00:32:26 +09:00
README.md Add Development to README.md 2019-04-06 02:43:01 +09:00
tsconfig.json Fix some error background.ts 2019-04-09 00:32:26 +09:00
vue.config.js Change directory of vue multi-page entries 2019-04-10 16:27:19 +09:00

TheDesk-Vue

VueでTheDeskを書き直してみたもの。ライセンスは元のパッケージのライセンスを継承してGPL v3とします

Development

開発時の起動

npm run electron:serve

アプリのビルド

npm run electron:build

# マルチプラットフォームのビルドをする時は以下
npm run electron:build -- --win --linux # 必要なものをつける。`--mac`はmacOS上でなければビルドできない

アプリのアイコンは以下のコマンドを実行して生成してください

npm run electron:generate-icons