DEV Community

Cover image for Vue 3, Quasar Framework and Supabase Course
Patrick Monteiro
Patrick Monteiro

Posted on

Vue 3, Quasar Framework and Supabase Course

Learn Vue 3 with this complete course also uniting development with Quasar Framework and Supabase! One of the best stacks at the moment.

Today I present to you my new Vue 3 Course, Quasar framework and Supabase !
This is undoubtedly the fusion of 3 "gods" that speed up and facilitate the development of your applications with few configurations, that is, you can focus only on the development of your features.

Vue 3

Image description

Vue is a JavaScript framework for building user interfaces.

It is based on standard HTML, CSS, and JavaScript and provides a component-based, declarative programming model that helps you efficiently develop user interfaces, whether they are simple or complex.

And in this course we see some of the novelties of its new version such as the Composition API.

Quasar Framework

Image description

Quasar is an MIT-licensed open source Vue.js-based framework that allows you as a web developer to quickly build responsive ++ websites/apps in various flavors:

  • SPAs (single page application)
  • SSR (server-side rendered application) (+ optional PWA client purchase)
  • PWAs (Progressive Web Application)
  • BEX (browser extension)
  • Mobile apps (Android, iOS, …) via Cordova or Capacitor
  • Cross-platform desktop apps (using Electron)

Quasar's motto is: write code once and deploy it simultaneously as a website, mobile app and/or electronic app.

Yes, one codebase for all of them, helping you develop an application in record time using a state-of-the-art CLI and backed by extremely fast, best-practice Quasar web components.

When using Quasar, you won't need additional heavy libraries like Hammer.js, Moment.js or Bootstrap. It meets these needs internally and all with a small footprint!

Supabase

Image description

Supabase is an open source alternative to Firebase.

It provides all the backend services needed to create a product. You can use it completely, or just the services you need:

  • Data base;
  • Authentication;
  • File storage (photos, videos, etc);
  • APIs generated automatically (as your database is being created);

Supabase is Postgres only, which makes it compatible with a large number of tools and frameworks, such as Angular, React, Vue.js, Flutter, and many others.

Course on Youtube

The course using the 3 development tools is fully available on youtube, and you can check it out through this link: Curso Vue 3 + Quasar + Supabase

You can also find the full playlist here: https://youtube.com/playlist?list=PLBjvYfV_TvwIfgvouZCaLtgjYdrWQL02d

I hope this tutorial is useful for you, it's more than 7 hours of course, showing in practice how to create an online catalog application from scratch!

See you soon and any questions leave in the comments of the videos that I always follow =)

Top comments (1)

Collapse
 
trondulseth profile image
Trond Ulseth

Would love to have this course in English