お駄賃管理アプリ「KidShift」Webクライアントリポジトリ https://kidshift-web.vercel.app
Go to file
2024-07-30 01:42:01 +09:00
.vscode init 2024-07-18 15:01:43 +09:00
public init 2024-07-18 15:01:43 +09:00
src Mplus 2024-07-22 06:16:45 +09:00
.editorconfig init 2024-07-18 15:01:43 +09:00
.gitignore init 2024-07-18 15:01:43 +09:00
.npmrc init 2024-07-18 15:01:43 +09:00
index.html init 2024-07-18 15:01:43 +09:00
LICENSE Create LICENSE 2024-07-26 05:22:16 +09:00
package-lock.json vuex-persistedstate 2024-07-19 01:30:16 +09:00
package.json vuex-persistedstate 2024-07-19 01:30:16 +09:00
postcss.config.cjs init 2024-07-18 15:01:43 +09:00
quasar.config.js パスカルケースに対応!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 2024-07-21 14:36:07 +09:00
README.md README.md追加 2024-07-30 01:42:01 +09:00
tsconfig.json init 2024-07-18 15:01:43 +09:00

KidShift Webフロントエンド

kidshift-web

概要 - Overview

  • KidShiftのWebフロントエンド
  • Vue.js + Quasar Framework
  • Androidアプリ側の子供モードと同等の機能を提供

既知の問題 - Known Issues

  • 初回ログイン時、2回以上のリロードが必要(キャッシュ処理不備)
  • 特定のIMEでログインコードが正しく入力できない場合がある
  • タスクを完了した際、自動で残高が更新されない(デスクトップで使用した場合のみ, モバイルではウォレットへの切り替えで再度取得される)
  • タスク履歴をキャッシュしていない
デフォルトのREADME

KidShift (kidshift-web)

KidShift web client

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

その他 - Others

  • Github側ミラー元, プライベートリポジトリ) でmainへのコミット時Vercelに自動デプロイしています

関連