ecchi
Version:
Transform array to Vue virtual dom tree.
36 lines (24 loc) • 766 B
Markdown
# ecchi
[](https://npmjs.com/package/ecchi) [](https://npmjs.com/package/ecchi) [](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 © [EGOIST](https://github.com/egoist)