vue-cli-plugin-fontawesome

vue-cli 3 plugin for fontawesome

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
vue-cli-plugin-fontawesome
0.3.13 years ago5 years agoMinified + gzip package size for vue-cli-plugin-fontawesome in KB

Readme

vue-cli-plugin-fontawesome
fontawesome for vue-cli@3.0

Install

If you haven't yet installed vue-cli 3, first follow the install instructions here: https://github.com/vuejs/vue-cli Generate a project using vue-cli 3.0 ``` 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: ``` ``` By default, this plugin adds all available free icons to the bundle process. Full list available at: https://fontawesome.com/icons?d=gallery&m=free More detailed usage instructions can be obtained from that component's ReadMe section: https://github.com/FortAwesome/vue-fontawesome#usage