@nuxtjs/font-awesomedeprecated

[![npm](https://img.shields.io/npm/dt/@nuxtjs/font-awesome.svg?style=flat-square)](https://www.npmjs.com/package/@nuxtjs/font-awesome) [![npm (scoped with tag)](https://img.shields.io/npm/v/@nuxtjs/font-awesome/latest.svg?style=flat-square)](https://www.n

Usage no npm install needed!

<script type="module">
  import nuxtjsFontAwesome from 'https://cdn.skypack.dev/@nuxtjs/font-awesome';
</script>

README

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',
  ]
}