repos to return plugin Bisom
npm install @bisom/web_pluginrepos to return plugin Bisom
```
npm install bisom_web_plugin
`
// main.ts
import { BisomPlugin } from "@bisom/web_package";
...
const app = createApp(App);
...
app.use(BisomPlugin)
app.mount("#app")
...
`
Components are using globaly in your app
`
// example use case
...
...
...
`
```
npm run appcheck
_(test unitaire sont encore à ajouter)_