On this page
During this session, you will learn how to build web apps faster using UI frameworks. We will be making use of the Quasar framework.
Session details
This session takes place on the 14th of Nov 14:00 UTC (add to Google Calendar).
- ☎️ Video call
- 📝 Minutes
- 🔴 Recording: Will be made available after the session.
Installations
For this session, you will need to install the Quasar CLI using Yarn. We assume you have Yarn already installed:
- Step 1: Install the Quasar CLI:
yarn global add @quasar/cli
- Step 2: Create a new Quasar project:
quasar create my-project