# vue-print-nb-zarl

> This is a directive wrapper for printed, Simple, fast, convenient, light. ( 特定改造版本： 解决IE兼容问题和支持Canvas自适应打印 )

Latest version **1.0.9** (published 2020-06-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install vue-print-nb-zarl
pnpm add vue-print-nb-zarl
yarn add vue-print-nb-zarl
bun add vue-print-nb-zarl
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.9 |
| Published | 2020-06-02 |
| First published | 2020-06-02 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 18.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | cdq |

## Links

- npm: https://www.npmjs.com/package/vue-print-nb-zarl
- npm.io page: https://npm.io/package/vue-print-nb-zarl

## Dependencies (1)

- [babel-plugin-transform-runtime](https://npm.io/package/babel-plugin-transform-runtime.md) ^6.23.0

## Recent versions

- 1.0.9 (latest) — 2020-06-02

## README

# vue-print-nb-zarl

This is a directive wrapper for printed, Simple, fast, convenient, light.
( 特定改造版本： 解决IE兼容问题和支持Canvas自适应打印 )

## Install

#### NPM
```bash
npm install vue-print-nb-zarl --save
```

```javascript
import Print from 'vue-print-nb-zarl'

Vue.use(Print);
```


## Description

#### Print the entire page:

```
<button v-print>Print the entire page</button>
```


#### Print local range:

HTML:
```
    <div id="printMe" style="background:red;">
        <p>葫芦娃，葫芦娃</p>
        <p>一根藤上七朵花 </p>
        <p>小小树藤是我家 啦啦啦啦 </p>
        <p>叮当当咚咚当当　浇不大</p>
        <p> 叮当当咚咚当当 是我家</p>
        <p> 啦啦啦啦</p>
        <p>...</p>
    </div>

    <button v-print="'#printMe'">Print local range</button>
```


## License

[MIT](http://opensource.org/licenses/MIT)

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