"engines": {
"npm": "^6.14.17",
"node": "^14.21.1"
}
Edition Windows 11 Home Single Language Version 22H2 Installed on 21/09/2022 OS build 22621.819 Experience Windows Feature Experience Pack 1000.22636.1000.0
You may need Python 2.7.15 and Visual Studio Build Tools 2022 installed on Windows in order for this project to work. Check the following link for more details.
- First, go to https://fontawesome.com/v5/search?o=r&s=solid
- Make sure you're on version 5 of font-awesome and selected solid icons only.
- Choose an icon from here and copy it's name with
fa-
(i.e fa-external-link-alt). No need to copyfas
part at the beginning. - Go to
nuxt.config.js
and register that icon to use in the vue component. - In the
fontawesome
settings, register the icon name as camelcase and remove any hyphen (i.e faExternalLinkAlt) - After that, you're ready to use that icon in your component using following syntax.
<font-awesome-icon icon="external-link-alt" />