Skip to content

Commit

Permalink
docs: update quick setup section
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Apr 4, 2024
1 parent a52a180 commit a6fc512
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,13 @@ This Nuxt module makes working with [Lucide](https://lucide.dev/) icons a breeze

## Quick Setup

1. Add `nuxt-lucide-icons` dependency to your project
Install the module to your Nuxt application with one command:

```bash
npx nuxi@latest module add lucide-icons
npx nuxi module add lucide-icons
```

2. Add `nuxt-lucide-icons` to the `modules` section of `nuxt.config.ts`

```ts
export default defineNuxtConfig({
modules: [
'nuxt-lucide-icons'
]
})
```

3. That's it! You can now use [all Lucide icons](https://lucide.dev/icons) in your Nuxt app ✨
That's it! You can now use [all Lucide icons](https://lucide.dev/icons) in your Nuxt app ✨

```vue
<template>
Expand Down

0 comments on commit a6fc512

Please sign in to comment.