0.1.0 • Published 1 year ago

web-components-mailsignature v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

web.components.mailSignature

Prod

1. Install and register custom component

Use npm to install package:

npm install web.components.mailSignature

2. Register

import {register} from './lib/index.js'

// to registre custom component
register()

Or manually

1. Copy dist directory in docs/dist/ to your project and import

2. Register

<script type="module" src="./your-script.js"></script>

and register component in your script js file

// to registre custom component
register()

2. use directly in your html app

<mail-signature></mail-signature>

Dev

To custom project

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build
0.1.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago