Quasar Estoque Supabase (quasar-estoque-supabase)

Project built on the Youtube Quasar + Supabase course: Playlist on Youtube

Init Config

You are required to configure the quasar.conf.js file with your supabase credentials.

build: {
  env: {
    SUPABASE_URL: 'XXXX',
    SUPABASE_KEY: 'YYYY'
  }
}

Install the dependencies

yarn

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

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.