👀 Vue Project Advices

👻 Styling

It's better to use ui libs like vuetifyj, vuematerial instead writing custom sass styles

  • a11y, dark/light build-in support
  • fast development
  • Customization theme (palette colors, spacing)

😺 Support SSR

Maybe nuxt stack is better, need to discuss advantages/disadvantages of nuxt/quasar

🤞 Need tests

😿 PWA features are not implemented

  • offline mode
  • service worker

🦄 Use Appollo-client instead of vuex and axios combination

🌛 Add Typescript

🐋 Add eslint, prettier, lint-staged, git-hooks