Capítulo 29 de 147

Chapter 29: Getting started

Core Idea

This guide will help you get started with Lucide in your Vue project.

Key Concepts

  • Installation
  • Importing your first icon
  • Props

Code Examples

<script setup>
import { Camera } from '@lucide/vue';
</script>

<template>
  <Camera />
</template>
  • What it demonstrates: Getting started usage pattern from the official Lucide docs.

Key Takeaways

  1. Installation
  2. Importing your first icon
  3. Props

Connects To

  • Vue: part of the Vue section of the Lucide docs.
  • Lucide for Vue: overview page for this section.