bisom_web_package

1.1.32 • Public • Published

BISOM

Bisom logo

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)

Readme

Keywords

none

Package Sidebar

Install

npm i bisom_web_package

Weekly Downloads

22

Version

1.1.32

License

none

Unpacked Size

3.06 MB

Total Files

13

Last publish

Collaborators

  • laurentmahieu