Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keidsondesigner/quasar-supabase-estoque
https://github.com/keidsondesigner/quasar-supabase-estoque
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/keidsondesigner/quasar-supabase-estoque
- Owner: keidsondesigner
- Created: 2023-12-11T17:53:41.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-30T16:07:32.000Z (7 months ago)
- Last Synced: 2024-04-30T22:06:02.613Z (7 months ago)
- Language: Vue
- Homepage: https://quasar-supabase-estoque.vercel.app
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).