# web-components-mailsignature

> ## Prod

Latest version **0.1.0** (published 2023-02-09) · 0 weekly downloads

## Install

```sh
npm install web-components-mailsignature
pnpm add web-components-mailsignature
yarn add web-components-mailsignature
bun add web-components-mailsignature
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2023-02-09 |
| First published | 2023-02-08 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 1.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | azertypow |

## Links

- npm: https://www.npmjs.com/package/web-components-mailsignature
- npm.io page: https://npm.io/package/web-components-mailsignature

## Dependencies (2)

- [vue](https://npm.io/package/vue.md) ^3.2.45
- [http-server](https://npm.io/package/http-server.md) ^14.1.1

## Recent versions

- 0.1.0 (latest) — 2023-02-09
- 0.0.2 — 2023-02-08
- 0.0.1 — 2023-02-08

## README

# web.components.mailSignature

## Prod

### 1. Install and register custom component

#### Use npm to install package:

``` shell
npm install web.components.mailSignature
```

#### 2. Register

```js
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

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

#### and register component in your script js file

```js
// to registre custom component
register()
```

### 2. use directly in your html app

```html
<mail-signature></mail-signature>
```


## Dev

To custom project

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

---
_Source: https://npm.io/package/web-components-mailsignature · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
