coderplex-org/openrank-backend

create frontend subproject

Closed this issue · 2 comments

create frontend subproject

Hi @jbuddha ,
I have a suggestion regarding frontend, consider using Nuxt.js which is Universal Vue.js Framework

Why?

Because of less config

  • Filesystem as router
  • automatic code splitting per route
  • default server side rendering(but can be changed to SPA mode with config's)
  • And finally it has many Official modules which can be integrated easily without much configuration.

Read about more features here

And for the vuejs css framework you can consider vuetifyjs as it has wide range of components.
(If material design is okay for this application)