kidshift-web/README.md

53 lines
1.5 KiB
Markdown
Raw Normal View History

2024-07-29 16:42:01 +00:00
# KidShift Webフロントエンド
## kidshift-web
### 概要 - Overview
- KidShiftのWebフロントエンド
- Vue.js + Quasar Framework
- Androidアプリ側の子供モードと同等の機能を提供
### 既知の問題 - Known Issues
- 初回ログイン時、2回以上のリロードが必要(キャッシュ処理不備)
- 特定のIMEでログインコードが正しく入力できない場合がある
- タスクを完了した際、自動で残高が更新されない(デスクトップで使用した場合のみ, モバイルではウォレットへの切り替えで再度取得される)
- タスク履歴をキャッシュしていない
<details>
<summary>デフォルトのREADME</summary>
2024-07-18 06:01:43 +00:00
# KidShift (kidshift-web)
KidShift web client
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).
2024-07-29 16:42:01 +00:00
</details>
### その他 - Others
- Github側ミラー元, プライベートリポジトリ) でmainへのコミット時[Vercel](https://kidshift-web.vercel.app)に自動デプロイしています
### 関連
- [KidShift Alexa Skills](https://ns1b-gitea.nem.one/kidshift/kidshift-skills)
- [KidShift Androidクライアント](https://ns1b-gitea.nem.one/kidshift/KidShift)
- [KisShift バックエンド](https://ns1b-gitea.nem.one/kidshift/kidshift-be)