@axentix/vue
Version:
Vue Axentix is the Axentix integration for the VueJS framework.
45 lines (31 loc) • 1.05 kB
Markdown
<p align="center">
<a href="https://useaxentix.com/">
<img src="https://useaxentix.com/img/axentix.svg?" alt="Axentix Logo" width="120" height="120">
</a>
</p>
<h1 align="center">Vue Axentix</h1>
<br>
<p align="center">
Here is the Axentix VueJS integration. You will find all the Axentix components coming.
</p>
## Documentation
This repo is under development, so there is currently no documentation.
The documentation will come with the v1.0.0.
## Quickstart
### NPM
```
npm install @axentix/vue
```
### Github Release
You can download the latest release from [Github](https://github.com/axentix/vue/releases/latest).
### Clone the repo
```
git clone https://github.com/axentix/vue.git
cd vue
npm install
```
After installation you have access to our source files.
## Changelog
Changelog is accessible in the [CHANGELOG.md](CHANGELOG.md) file or in [the release section](https://github.com/axentix/vue/releases).
## Contributing
Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file to know the community guidelines.