mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 07:37:42 +01:00
* Fix code sample for vanilla JS The .append method of elements takes plain text, not HTML. This updates the code to use .insertAdjacentHTML instead. * Update createLabCodeExamples.ts * fix(site): update createCodeExamples.ts vanilla JS code example * Update createLabCodeExamples.ts * Update createCodeExamples.ts * Update createCodeExamples.ts --------- Co-authored-by: Karsa <contact@karsa.org>
Lucide Docs website
The Lucide docs website is built with Vitepress: https://vitepress.dev/ This is Markdown-based documentation powered by Vue.
Development
# Install dependencies
pnpm install
# Start docs dev server
pnpm docs:dev
# Start api dev server
pnpm dev
Build
# Build docs
pnpm docs:build
# Build api
pnpm build:api
Components
See .vitepress directory.