codeRIT / hackathon-manager

All-in-one platform for hackathon registration & logistics.
https://coderit.org/hackathon-manager/
MIT License
30 stars 24 forks source link

feat: Added FontAwesome icons via "vue-fontawesome" #869

Closed skyegallup closed 2 years ago

skyegallup commented 2 years ago

Closes #731

I will admit that vue-fontawesome is a bit boilerplate-y, since we have to call library.add(...) in index.js for every icon we want to use. However, the benefit of doing this in code instead of pulling FontAwesome from a CDN is that Parcel will tree-shake unused SVG icons, greatly minimizing the impact FontAwesome has on our initial download size.