Get started with MedKit
Grab the repo from github:
https://github.com/big-picture-medical/bpm-ui/tree/main/packages/medkit-vue3
Installation
sh
yarn add @bigpicturemedical/medkit
# or
npm install @bigpicturemedical/medkitUsage
ts
import { createApp } from 'vue';
import MedKit from '@bigpicturemedical/medkit';
const app = createApp();
app.use(MedKit);Locales
Info about importing and using locales...