# ecchi

[![NPM version](https://img.shields.io/npm/v/ecchi.svg?style=flat)](https://npmjs.com/package/ecchi) [![NPM downloads](https://img.shields.io/npm/dm/ecchi.svg?style=flat)](https://npmjs.com/package/ecchi) [![CircleCI](https://circleci.com/gh/egoist/ecchi/tree/master.svg?style=shield)](https://circleci.com/gh/egoist/ecchi/tree/master)

Transform array to Vue virtual dom tree.

## Install

```bash
yarn add ecchi
```

CDN: [UNPKG](https://unpkg.com/ecchi/) | [jsDelivr](https://cdn.jsdelivr.net/npm/ecchi/) (available as `window.Ecchi`)

## Usage

```vue
<template>
  <Ecchi></Ecchi>
</template>

<script>
import Ecchi from 'ecchi'

export default {
  components: {
    Ecchi
  }
}
</script>
```

## License

MIT &copy; [EGOIST](https://github.com/egoist)
