0.1.15 • Published 5 years ago

@datay/xtool-components v0.1.15

Weekly downloads
1
License
-
Repository
github
Last release
5 years ago

@datay/xtool-components npm version

Boilerplate for creating vue lib or web component

Installation

$ npm install --save @datay/xtool-components

Usage

<script>
import { ColorContrast } from "@datay/xtool-components"

export default {
    components: {
        ColorContrast    
    }    
}
</script>

<template>
    <ColorContrast />
</template>

or on existing non vue project

<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/@datay/xtool-components"></script>
<div id="app">
    <xtool-color-contrast />
</div>

License

MIT © Dixie Philamerah Atay

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago