0.0.47 • Published 11 months ago

@episource/signet-vue v0.0.47

Weekly downloads
-
License
-
Repository
-
Last release
11 months 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.40

1 year ago

0.0.41

1 year ago

0.0.42

12 months ago

0.0.43

11 months ago

0.0.44

11 months ago

0.0.45

11 months ago

0.0.46

11 months ago

0.0.47

11 months ago

0.0.37

1 year ago

0.0.38

1 year ago

0.0.39

1 year ago

0.0.36

1 year ago

0.0.34

1 year ago

0.0.33

1 year ago

0.0.32

1 year ago

0.0.31

1 year ago

0.0.30

1 year ago

0.0.29

1 year ago

0.0.27

1 year ago

0.0.28

1 year ago

0.0.26

1 year ago

0.0.20

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.25

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.13

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.2-alpha.2

2 years ago

0.0.2-alpha.1

2 years ago

0.0.2

2 years ago

0.0.1-alpha.0.4

2 years ago

0.0.1-alpha.0.3

2 years ago

0.0.1-alpha.0.2

2 years ago

0.0.1-alpha.0.1

2 years ago