Skip to content

codeforjapan/remote-patient-monitoring-client

Repository files navigation

remote-patient-monitoring-client

Requirements

  • node version 12.x
  • yarn

Project setup

yarn install

Edit env files

.env.developmentまたは.env.productionファイルを編集してVUE_APP_API_URIを設定します。 remote-patient-monitoring-apiのアドレスを/api/patient/まで含めてセットしてください

Compiles and hot-reloads for development

.env.developmentを設定した後、以下のコマンドで開発用のvue-cli-serviceのサーバーがlocalhost:8080に立ち上がります。

yarn serve

Compiles and minifies for production

プロダクション用のファイルのビルドは以下のコマンドを実行してください

yarn build

AWSで動かしたい場合はAWS Amplipyを使うと楽にデプロイできます

Testing

テストする場合はremote-patient-monitoring-apiを利用して予めテストアカウントをつくり「ユーザID/パスワードでログインする」からログインするか、 remote-patient-monitoring-dashboardでログインURLをつくってそこからログインするといいでしょう。

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

ライセンス

GNU AGPL v3 です。

About

遠隔療養者モニタリングシステムのクライアントサービスです。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published