@bisom/web_plugin
v0.0.6
Published
repos to return plugin Bisom
Readme
BISOM
Introduction
repos to return plugin Bisom
Getting Started
Install & use components
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
<template>
...
<BBisomImg />
...
</template>
...Developpement
Avant chaque PR
npm run appcheckTest
(test unitaire sont encore à ajouter)
