Skip to content

vikaskedia/healthbrain

Repository files navigation

healthbrian

Used Technologies

Front-end framework: Vue.js

UI Library: Bootstrap-vue

How to use run the each components

Open the component directory. (ex. recommendation-card).

Install the dependencies

npm install

After that run the Vue application run the following URL

npm run serve

How to publish components to the NPM

First sign-in to the NPM library

npm login

On the each component directory, please type the following commands. Then you'll get the destination file on the "dist" folder.

npm run build:npm

After build the component, publish the component by using the follow command.

npm publish

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published