fontawesome-module icon indicating copy to clipboard operation
fontawesome-module copied to clipboard

Module to use Font Awesome icons in Nuxt.js

Results 27 fontawesome-module issues
Sort by recently updated
recently updated
newest added

# Version @nuxt/cli v2.15.6 node v14.17.0 # Config ![Screenshot from 2021-06-06 06-48-17](https://user-images.githubusercontent.com/37798612/120908322-36fd6380-c693-11eb-81c3-53078931caee.png) # Usage ```node ``` ![Screenshot from 2021-06-06 06-43-04](https://user-images.githubusercontent.com/37798612/120908285-cce4be80-c692-11eb-9752-5a8b84153d2c.png)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxtjs/eslint-config](https://togithub.com/nuxt/eslint-config) | [`^2.0.2` -> `^10.0.0`](https://renovatebot.com/diffs/npm/@nuxtjs%2feslint-config/2.0.2/10.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@nuxtjs%2feslint-config/10.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

just tried to generate my nuxt site with `npx nuxi generate` using nuxt rc-3 getting this warning: ``` WARN 15:54:43 (!) Some chunks are larger than 500 KiB after minification....

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt-community/fontawesome-module). ## Repository Problems These problems occurred while...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@fortawesome/fontawesome-svg-core](https://fontawesome.com) ([source](https://redirect.github.com/FortAwesome/Font-Awesome)) | [`^1.2.27` -> `^7.1.0`](https://renovatebot.com/diffs/npm/@fortawesome%2ffontawesome-svg-core/1.2.27/7.1.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@fortawesome%2ffontawesome-svg-core/7.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fortawesome%2ffontawesome-svg-core/1.2.27/7.1.0?slim=true) | | [@fortawesome/free-brands-svg-icons](https://fontawesome.com)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@fortawesome/fontawesome-svg-core](https://fontawesome.com) ([source](https://togithub.com/FortAwesome/Font-Awesome)) | [`^1.2.27` -> `^1.2.36`](https://renovatebot.com/diffs/npm/@fortawesome%2ffontawesome-svg-core/1.2.27/1.2.36) |...

Loads fine on local dev, but not loading on a SSR build on live server. The markup in my vue page component is: ``` ``` Inspecting page code on the...

Hello, it is possible to not list all icons used on a whole site in nuxt.config.js, but benefit from tree shaking (load only icons used on the page)? Ideally without...

Hi, does someone having this problem: `fontawesome: { component: 'fa', icons: { solid: true, brands: true, }, },` `` The icons is loaded in dev mode but not in build....

Hello, Are you planning on supporting the new FontAwesome 6 version (which is still in Beta, but accessible to subscribers)? Thanks