1.0.4 • Published 5 years ago

@nuxtjs/font-awesome v1.0.4

Weekly downloads
1,082
License
MIT
Repository
github
Last release
5 years ago

Font Awesome

npm npm (scoped with tag)

Leverage Font Awesome the iconic font and CSS toolkit.

Setup

  • Add @nuxtjs/font-awesome dependency using yarn or npm to your project
  • Add @nuxtjs/font-awesome to modules section of nuxt.config.js
{
  modules: [
    '@nuxtjs/font-awesome',
  ]
}