StruckCroissant / Game-DB

Game-DB is a game database search engine deployed on Docker and powered by Java Spring Boot and AngularJS
GNU General Public License v3.0
2 stars 0 forks source link

Redo UI in Vue #54

Closed StruckCroissant closed 6 months ago

StruckCroissant commented 1 year ago

After working with Vue for a bit I feel that using the framework for this project would work better for a couple different reasons:

  1. The simplicity of Vue allows for faster development. (plus I have more experience in it)
    1. Can leverage the composition API to more effectively organize front-end code
  2. Vue integrates seamlessly with tools like Vite for faster build & load times. Plus there is a rich 3rd-party ecosystem that will prove useful

TODO

StruckCroissant commented 6 months ago

Angular UI has been fully updated to Vue. Closing.