From 7bd41d9b484fe5fdc977e91b377e5652006a555b Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Mon, 22 Feb 2021 20:33:43 +0100 Subject: [PATCH] Add vue to main readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 3006c790f47..4d57d3fa57b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Lucide is a community-run fork of [Feather Icons](https://github.com/feathericon * [Treeshake library](#treeshake-the-library-only-use-the-icons-you-use) * [Custom binding](#custom-element-binding) * [React](#with-react) + * [Vue](#with-vue) * [Figma](#figma) * [Contributing](#contributing) * [Community](#community) @@ -163,6 +164,20 @@ npm install lucide-react For more details, see the [documentation](https://github.com/lucide-icons/lucide/blob/master/packages/lucide-react/README.md). +### With Vue + +You can also use the Lucide library using the Vue package. + +```sh +yarn add lucide-vue + +# or + +npm install lucide-vue +``` + +For more details, see the [documentation](https://github.com/lucide-icons/lucide/blob/master/packages/lucide-vue/README.md). + ### Figma You can use the components from [this Figma file](https://www.figma.com/file/g0UipfQlRfGrntKPxZknM7/Featherity).