web-components-mailsignature

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i web-components-mailsignature

Weekly Downloads

2

Version

0.1.0

License

none

Unpacked Size

1.13 MB

Total Files

19

Last publish

Collaborators

  • azertypow