dermatologist / vue-smart-on-fhir

:star2: Vue boilerplate for smart-on-fhir apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌟 Vue boilerplate for building smart-on-fhir apps.

Work in progress...

How to use

STEP 1:

Change the App name, access rights and server settings in public/launch.html

STEP 2:

Create services that your App requires. See the example at services/conditionService.js

STEP 3:

Create components that your App requires. See the example at components/HelloPatient.vue

Optional:

Add a router if your App needs one.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Contributors

About

:star2: Vue boilerplate for smart-on-fhir apps.


Languages

Language:Vue 62.5%Language:JavaScript 17.6%Language:HTML 13.4%Language:Dockerfile 6.5%