vue-cli 3 plugin for fontawesome
npm install vue-cli-plugin-fontawesome
vue create my-app
`
Before installing the fontawesome plugin, make sure to commit or stash your changes in case you need to revert
To install the fontawesome plugin...
`
cd my-app
vue add fontawesome
`
Usage
This is quick vue-cli 3 plugin for adding FontAwesome capability to a cli scaffolded application. It is a using the FontAwesome 5 vue-fontawesome component.
Icon display example:
`
``