Updated due to fontawesome 5.1, which has some breaking changes.
Please refer to vue-fontawesome UPGRADING guide and use current version of README docs
General differences:
- Fontawesome now has no default imports, you have to specify
icons: ['fas']
to import whole set. - Packages changed. You'll need to update your package.json file with the renamed packages and new versions.
- Improved tree shaking support, no need to setup it with build and
shakable.es.js'
, so remove this block
Initial commit