What is quasar build?

Quick summary ↬ Quasar is an open-source Vue. js-based cross-platform framework that allows you, as a developer, to easily build apps for both desktop and mobile using technologies such as Cordova and Electron and writing your code once.

Read more

What is quasar CLI?

Quasar Framework CLI (Global) Build high-performance VueJS user interfaces in record time : responsive Single Page Apps, SSR Apps, PWAs, Browser extensions, Hybrid Mobile Apps and Electron Apps. If you want, all using the same codebase!

Read more

Do you still need Vuex?

People often say “as your app grows, you’ll need Vuex ”. Actually, it depends on the way it grows. Your app may grow but your data flow stays nuclear (i.e parent-child and close siblings). Eventually, you can use to props and events to share this data without having to add Vuex and the boilerplate that comes wtihit.

Read more