An easier way of using @phosphor-icons/vue in your Nuxt project!
Run the following command to install and add the module to your project:
npx nuxi@latest module add nuxt-phosphor-icons
That's it! You can now use nuxt-phosphor-icons
in your Nuxt app ✨
<PhosphorIcon name="moon-stars" />
- Documentation: https://nuxt-phosphor-icons.vercel.app
- Phosphor Icons: https://phosphoricons.com
You can contribute to this module with StackBlitz:
or locally:
- Clone the repository
- Install dependencies with
pnpm install
- Setup module for development with
pnpm dev:prepare
- Run development server with
pnpm dev
Note: Hosted on Vercel