0.0.33 • Published 16 days ago

@episource/signet-vue v0.0.33

Weekly downloads
-
License
-
Repository
-
Last release
16 days ago

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-/];
0.0.33

16 days ago

0.0.32

19 days ago

0.0.31

1 month ago

0.0.30

1 month ago

0.0.29

1 month ago

0.0.27

2 months ago

0.0.28

2 months ago

0.0.26

3 months ago

0.0.20

4 months ago

0.0.22

4 months ago

0.0.23

4 months ago

0.0.25

4 months ago

0.0.10

9 months ago

0.0.11

9 months ago

0.0.13

9 months ago

0.0.15

8 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.17

8 months ago

0.0.18

7 months ago

0.0.19

6 months ago

0.0.5

10 months ago

0.0.7

9 months ago

0.0.6

10 months ago

0.0.4

11 months ago

0.0.2-alpha.2

1 year ago

0.0.2-alpha.1

1 year ago

0.0.2

1 year ago

0.0.1-alpha.0.4

1 year ago

0.0.1-alpha.0.3

1 year ago

0.0.1-alpha.0.2

1 year ago

0.0.1-alpha.0.1

1 year ago