Skip to content

Instantly share code, notes, and snippets.

@mckrava
Created May 22, 2020 16:21
Show Gist options
  • Select an option

  • Save mckrava/cf16e794ebaf6eee5b7a696ba40655d1 to your computer and use it in GitHub Desktop.

Select an option

Save mckrava/cf16e794ebaf6eee5b7a696ba40655d1 to your computer and use it in GitHub Desktop.
Add fontawesom to nuxt
modules: [
[
'nuxt-fontawesome',
{
imports: [
{
set: '@fortawesome/free-solid-svg-icons',
icons: ['fas'],
},
{
set: '@fortawesome/free-brands-svg-icons',
icons: ['fab'],
},
],
},
],
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment