UNPKG

457 BMarkdownView Raw
1# @curi/vue
2
3[![npm][badge]][npm-link]
4
5[badge]: https://img.shields.io/npm/v/@curi/vue.svg
6[npm-link]: https://npmjs.com/package/@curi/vue
7
8Vue has its own official routing solution, but the `@curi/vue` package offers an alternative for people who want to use Curi.
9
10## Installation
11
12```sh
13npm install --save @curi/vue
14```
15
16For more information, please check out the [`@curi/vue`](https://curi.js.org/packages/@curi/vue) page on the documentation website.