repos to return global components / functions BISOM
npm install bisom_web_package
// 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
<template>
...
<BBisomImg />
...
</template>
...
npm run lint
(test unitaire sont encore à ajouter)