Skip to content

patrickmonteiro/quasar-estoque-supabase

Repository files navigation

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.

About

Projeto desenvolvido na playlist de Vue 3 + Quasar + Supabase do YouTube.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published