aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/vue/README.md
blob: 4d41eb3a45646376b8c54e2c3ffdc25942d79533 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# @locusts/vue

[![CI](https://github.com/locusts-r-us/locusts/actions/workflows/node.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/node.yml)
[![NPM Version](https://img.shields.io/npm/v/%40locusts%2Fvue?logo=vuedotjs)](https://www.npmjs.com/package/@locusts/vue)

## Description

@locusts/vue is a member of a [series of components](https://github.com/locusts-r-us/locusts) that allows you to introduce locusts into your website.

Why would you want to do that? I don't know.

## Installation

```bash
npm install -D @locusts/vue
```

## Usage

```vue
<script setup>
import { Locusts } from "@locusts/vue";
</script>

<template>
  <Locusts />
</template>
```