# @locusts/vue [](https://github.com/locusts-r-us/locusts/actions/workflows/node.yml) [](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> ```