Skip to content

obq777/study-support

Repository files navigation

study-support

What this app?

  • ポモドーロ・テクニックに準じたストップウオッチ
  • Todoリスト
  • 日報 + カレンダー
  • Markdownエディタ 上記を各種PCでどこでもシームレスにデータ共有できるデスクトップアプリ

E-mailとパスワードを登録して、使用してください.

Debug and Build

npm install
npm run dev

npm run build:mac  # build for mac
npm run build:windows
npm run build:linux

Error

Uncaught Error: Failed to load gRPC binary module because it was not installed for the current systemが出た時

# 新しい情報
npm rebuild --runtime=electron --disturl=https://atom.io/download/electron --target=?.?.?
# 古い情報
npm ls  # electronのversionを探す
npm rebuild --runtime=electron --disturl=https://atom.io/download/electron --target=?.?.? --target_libc=glibc --target_platform=linux

--target_platformのオプション: darwin, win32, linux

electon-vue

This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published