bisom_web_package
v1.1.69
Published
<p align="center"> <img src="src/assets/icons/bisom/bisom_logo.svg" alt="Bisom logo" style="margin: 0 auto; max-width: 300px"/> </p>
Downloads
503
Readme
BISOM
Introduction
repos to return global components / functions BISOM
Getting Started
Install & use components
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>
...
Developpement
Avant chaque PR
npm run lint
Test
(test unitaire sont encore à ajouter)