# vue3-eimzo

> Vue3 E-imzo plugin

Latest version **1.0.20** (published 2026-06-05) · ISC license · 0 weekly downloads

## Install

```sh
npm install vue3-eimzo
pnpm add vue3-eimzo
yarn add vue3-eimzo
bun add vue3-eimzo
```

## Health

**Score 50/100 (C)** — status: active.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 1.0.20 |
| Published | 2026-06-05 |
| First published | 2024-06-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 36.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Surat Abdullayev |
| Maintainers | great_programmer |
| Keywords | e-imzo, vue3 |

## Links

- npm: https://www.npmjs.com/package/vue3-eimzo
- Repository: https://github.com/grand-programmer/vue3-eimzo
- Homepage: https://github.com/grand-programmer/vue3-eimzo#readme
- Issues: https://github.com/grand-programmer/vue3-eimzo/issues
- npm.io page: https://npm.io/package/vue3-eimzo

## Dependencies (2)

- [vue](https://npm.io/package/vue.md) ^3.4.21
- [core-js](https://npm.io/package/core-js.md) ^3.37.1

## Recent versions

- 1.0.20 (latest) — 2026-06-05
- 1.0.19 — 2026-06-04
- 1.0.18 — 2026-06-01
- 1.0.17 — 2026-05-26
- 1.0.16 — 2026-05-25
- 1.0.14 — 2026-05-25
- 1.0.13 — 2026-05-25
- 1.0.12 — 2026-05-25
- 1.0.11 — 2026-03-04
- 1.0.10 — 2026-03-04
- 1.0.9 — 2026-03-04
- 1.0.8 — 2025-11-17
- 1.0.7 — 2025-11-14
- 1.0.6 — 2025-11-14
- 1.0.5 — 2025-11-13
- … 5 more at https://npm.io/package/vue3-eimzo/versions

## README

# vue-eimzo

## Installation
https://www.npmjs.com/package/vue3-eimzo
```sh
npm i vue3-eimzo
# or
yarn add vue3-eimzo
```

## Installing as a plugin
```js
import VueEimzo from 'vue3-eimzo'

app.use(VueEimzo) 

// you can access EIMZO client as $eimzo inside vue instance
```

## Methods
```js
await this.$eimzo.install()

this.certs = await this.$eimzo.listAllUserKeys()

let loadKeyResult = await this.$eimzo.loadKey(key)
let cert = await this.$eimzo.getMainCertificate(loadKeyResult.id)
let certInfo = await this.$eimzo.getCertInfo(cert)

let result = await this.$eimzo.signPkcs7(key, 'Hello world')
let token = await this.$eimzo.getTimestampToken(result.signature_hex)

```

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your unit tests
```
yarn test:unit
```

### Lints and fixes files
```
yarn lint
```

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