1.2.4 • Published 3 months ago

nuxt-phosphor-icons v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Nuxt Phosphor Icons

npm version npm downloads Nuxt

Just a simple integration for Phosphor Icons in Nuxt

Quick Setup

  1. Add nuxt-phosphor-icons dependency to your project

    # Using pnpm
    pnpm add -D nuxt-phosphor-icons
    
    # Using yarn
    yarn add --dev nuxt-phosphor-icons
    
    # Using npm
    npm install --save-dev nuxt-phosphor-icons
  2. Add nuxt-phosphor-icons to the modules section of nuxt.config.ts

export default defineNuxtConfig({
  modules: ["nuxt-phosphor-icons"],
});

That's it! You can now use nuxt-phosphor-icons in your Nuxt app ✨

Resources

  1. Documentation: https://nuxt-phosphor-icons.vercel.app
  2. Phosphor Icons: https://phosphoricons.com

Contributing

You can contribute to this module with StackBlitz:

Edit OyewoleOyedeji/nuxt-phosphor-icons/main

or locally for either

Documentation

  1. Clone the repository
  2. Install dependencies with pnpm install
  3. Run development server with pnpm docs:dev

Note: Hosted on Vercel

Deploy with Vercel

Playground

  1. Clone the repository
  2. Install dependencies with pnpm install
  3. Run development server with pnpm playground:dev
1.2.4

3 months ago

1.2.3

3 months ago

1.2.2

4 months ago

1.2.1

4 months ago

1.2.0

4 months ago

1.1.1

4 months ago

1.1.5

4 months ago

1.1.4

4 months ago

1.1.3

4 months ago

1.1.2

4 months ago

1.1.0

5 months ago

1.0.9

5 months ago

1.0.8

7 months ago

1.0.7

9 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago