/med-stock

A PWA CRUD app with Vue 3, Quasar, Supabase and Netlify Deploy developed by Patrick Monteiro from YouTube modified to function as a medical stock.

Primary LanguageVue

Estudos Quasar (quasar-project)

A Quasar Project

Install the dependencies

yarn
# or
npm install

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

quasar dev

Quasar Upgrade packages

quasar upgrade -i

Lint the files

yarn lint
# or
npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.