nuxt-bootstrap-icons
v2.1.0
Published
An easier way of using bootstrap-icons in your Nuxt project!
Downloads
1,906
Readme
Nuxt Bootstrap Icons
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
- Documentation: https://nuxt-bootstrap-icons.vercel.app
- Icons: https://icons.getbootstrap.com
Contributing
You can contribute to this module with StackBlitz:
or locally for either
Documentation
- Clone the repository
- Install dependencies with
pnpm install
- Setup module for development with
pnpm dev:prepare
- Run development server with
pnpm docs:dev
Note: Hosted on Vercel
or
Playground
- Clone the repository
- Install dependencies with
pnpm install
- Setup module for development with
pnpm dev:prepare
- Run development server with
pnpm playground:dev