oyedejioyewole / nuxt-bootstrap-icons

Just a simple integration for Bootstrap Icons by @twbs
https://nuxt-bootstrap-icons.vercel.app
6 stars 2 forks source link

Nuxt Bootstrap Icons

npm version npm downloads Nuxt

An easier way of using bootstrap-icons in Nuxt project!

Setup

Run the following command to install and add the module to your project:

npx nuxi@latest module add nuxt-bootstrap-icons

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

Resources

  1. Documentation: https://nuxt-bootstrap-icons.vercel.app
  2. Icons: https://icons.getbootstrap.com

Contributing

You can contribute to this module with StackBlitz:

Edit oyedejioyewole/nuxt-bootstrap-icons/main

or locally for either

Documentation

  1. Clone the repository
  2. Install dependencies with pnpm install
  3. Setup module for development with pnpm dev:prepare
  4. Run development server with pnpm docs:dev

Note: Hosted on Vercel

Deploy with Vercel

or

Playground

  1. Clone the repository
  2. Install dependencies with pnpm install
  3. Setup module for development with pnpm dev:prepare
  4. Run development server with pnpm playground:dev