@episource/signet-vue

0.0.47 • Public • Published

Signet Vue Library

Signet Vue Components Library is developed with Signet, an all-in-one design system for all front-end JavaScript frameworks.

How to Install Signet Vue Components Library

Install the main design system.

npm install @episource/signet

Install the VueJS components library

npm install @episource/signet-vue

Using the Vue components

On the main.ts file, add or edit the following lines.

import { EpiDesignSystemVueComponentLibrary } from '@episource/signet-vue';

createApp(App).use(EpiDesignSystemVueComponentLibrary).mount('#app');

Add the component to any .vue or .html file

<my-component first="Sanmi" middle="Ebenezer" last="Ajanaku"></my-component>

Another Alternative to the Vue Component

import { applyPolyfills, defineCustomElements } from '@episource/signet/loader';
// import '@episource/signet/www/build/custom.css'; // if you want theming options, include your css path
// import './custom-global.css';

applyPolyfills().then(() => {
  defineCustomElements();
});
// Vue.config.ignoredElements = [/^k-/];

/@episource/signet-vue/

    Package Sidebar

    Install

    npm i @episource/signet-vue

    Weekly Downloads

    183

    Version

    0.0.47

    License

    none

    Unpacked Size

    22.4 kB

    Total Files

    8

    Last publish

    Collaborators

    • sinkevichepi
    • ronald-salazar-episource
    • giap.le
    • terence.jackson
    • bryan-episource
    • khuynh-episource
    • lavanya.episource
    • andres-artavia-episource
    • khoibnepisource
    • tungepi
    • vj-episource
    • prabhash.episource
    • hoatx-episource
    • miguel.martinez.episource
    • sanmiajanaku-epi
    • joshua.schermann
    • iceh22
    • elliotttf
    • psequeirag-episource
    • marcus.ruddick
    • mxjung