<div align="center">
    <img src="https://github.com/viur-framework/viur-artwork/raw/main/icons/icon-vue-components.svg" height="196" alt="A hexagonal logo of the vue components" title="vue components">
    <h1>ViUR Vue Components</h1>
    <a href="https://www.npmjs.com/package/@viur/vue-components">
        <img alt="Badge showing current NPM version" title="PyPI" src="https://img.shields.io/npm/v/@viur/vue-components">
    </a>
    <a href="LICENSE">
        <img src="https://img.shields.io/github/license/viur-framework/viur-vue-components" alt="Badge displaying the license" title="License badge">
    </a>
    <br>
    A library for communication with the ViUR Core
</div>

## What does it do?

ViUR Vue Components is a library to build Complex applications with ViUR

## Installation

```bash
$ npm i @viur/vue-components
```

## Usage

```js

```

## Dependencies

ViUR Vue Components depends on

- [Vue](https://vuejs.org/)
- [Pinia](https://pinia.vuejs.org/)

## License

Copyright © 2023 by Mausbrand Informationssysteme GmbH.<br>
Mausbrand and ViUR are registered trademarks of Mausbrand Informationssysteme GmbH.

This project is free software under the MIT license.<br>
Please see the LICENSE file for details.
