0.2.1 • Published 8 months ago

roso-modus-mailsignature v0.2.1

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

8 months ago

0.2.0

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago