Forked from com.github/cutls/TheDesk Maybe I'll figure out how to PR from here to there later.
Go to file
kPherox 4af9362a93
Fix not working hot reload for main process
Revert "Update dependencies"
This reverts commit 37da98b19a.
2019-04-29 05:11:06 +09:00
public Change directory of main.js for index 2019-04-07 18:55:40 +09:00
src Use account doc's full field instead 2019-04-28 23:56:31 +09:00
types Refactoring load timeline 2019-04-24 19:46:00 +09:00
.gitignore Add TheDesk icon 2019-04-06 00:45:52 +09:00
babel.config.js Run formatter 2019-04-10 16:27:19 +09:00
info.json Update copyright 2019-04-22 15:29:48 +09:00
package-lock.json Fix not working hot reload for main process 2019-04-29 05:11:06 +09:00
package.json Fix not working hot reload for main process 2019-04-29 05:11:06 +09:00
README.md update readme 2019-04-23 23:44:03 +09:00
tsconfig.json Remove babel/core-js 2019-04-27 03:14:12 +09:00
vue.config.js Refactoring 2019-04-22 18:39:16 +09:00

TheDesk

頑張ってTheDeskをVueでリライトします。ライセンスは同様にGPL v3です。

Development

開発時の起動

npm run electron:serve

アプリのビルド

npm run electron:build

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

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

npm run electron:generate-icons