0.1.12 • Published 3 years ago

vue-health-plugin v0.1.12

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vue-health-plugin

Project setup

 npm i vue-health-plugin 

Once you have installed the package, in your entry file of the repository (main.js) if you are using it in a Vue CLI project. Write the import command .

 import HealthPlugin from 'vue-health-plugin' 

To install it globally.

 Vue.use(HealthPlugin,{ key: YOUR_ACCESS_KEY }) 

fake_access_key = 599u3njfinn_jht748

In your vue component:

<template>
 <div id="app">
    <health-plugin />
 </div>
</template>

That should do it !!

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago