Skip to content

dermatologist/vue-smart-on-fhir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 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