Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keidsondesigner/quasar-supabase-estoque


https://github.com/keidsondesigner/quasar-supabase-estoque

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Quasar Supabase Estoque

A Project with Quasar 2.6.0, Vue 3.0.0, Supabase 2.39.0 and Node 18.17.0

## Install the dependencies
```bash
yarn
# or
npm install
```
### *WARNING Before starting the project, it is necessary to configure the .env file at the project's root.
```Supabase Environment
VITE_SUPABASE_URL=
VITE_SUPABASE_ANON_KEY=
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```

### Lint the files
```bash
yarn lint
# or
npm run lint
```

### Build the app for production
```bash
quasar build
```

### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).