jhipster / jhipster-vuejs

A Vue.js blueprint for JHipster. It will use Vue.js as the frontend library!
https://www.jhipster.tech
Apache License 2.0
301 stars 179 forks source link

migration to bootstrap-vue icons #536

Closed yetanothercoder closed 4 years ago

yetanothercoder commented 4 years ago
Overview of the feature request

Recently icons package was added to BootstrapVue: https://bootstrap-vue.js.org/docs/icons - so it can be useful to migrate to them instead of FontAwesome ones.

Motivation for or Use Case
  1. improved a consistency with bootstrap
  2. minimized the amount of dependencies and codebase.
  3. large amount of totally free icons (no issues with licenses), appendable in the future by BV releases
Related issues or PR

found some archived PRs related to issues with FA icons: https://github.com/jhipster/jhipster-vuejs/pull/130 https://github.com/jhipster/jhipster-vuejs/pull/141

atomfrede commented 4 years ago

Thanks for the suggestion, but right now I don't think we will do that as all other frontends still use font awesome.

atomfrede commented 4 years ago

As we will not do it in vue.js alone and are quite happy with fontawesome I think we can close this for now. We can revisit bootstrap icons later if needed.