Домашняя работа "Социальная сеть" (frontend).

Курс "Highload Architect" https://otus.ru/lessons/highloadarchitect/

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Enable dotenv extension

quasar ext add @quasar/dotenv

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.