- node version 12.x
- yarn
yarn install
.env.developmentまたは.env.productionファイルを編集してVUE_APP_API_URIを設定します。
remote-patient-monitoring-apiのアドレスを/api/patient/まで含めてセットしてください
.env.developmentを設定した後、以下のコマンドで開発用のvue-cli-serviceのサーバーがlocalhost:8080に立ち上がります。
yarn serve
プロダクション用のファイルのビルドは以下のコマンドを実行してください
yarn build
AWSで動かしたい場合はAWS Amplipyを使うと楽にデプロイできます
テストする場合はremote-patient-monitoring-apiを利用して予めテストアカウントをつくり「ユーザID/パスワードでログインする」からログインするか、
remote-patient-monitoring-dashboardでログインURLをつくってそこからログインするといいでしょう。
yarn lint
GNU AGPL v3 です。