Sen descrición

Gustavo Zanatta 47227423b4 feat: :sparkles: crud de enderecos dentro de client e provider hai 1 mes
public 659af3c3c1 first commit hai 1 mes
src 47227423b4 feat: :sparkles: crud de enderecos dentro de client e provider hai 1 mes
.gitignore 0ed516a1cd gitignore hai 1 mes
README.md 659af3c3c1 first commit hai 1 mes
eslint.config.js cbec49c927 feat: :sparkles: crud clientes hai 1 mes
index.html 659af3c3c1 first commit hai 1 mes
jsconfig.json 2556b34dca build: :building_construction: Alterações iniciais Backoffice hai 1 mes
package-lock.json 659af3c3c1 first commit hai 1 mes
package.json 659af3c3c1 first commit hai 1 mes
postcss.config.js 659af3c3c1 first commit hai 1 mes
quasar.config.js 2556b34dca build: :building_construction: Alterações iniciais Backoffice hai 1 mes

README.md

Quasar App (quasar-skeleton)

A skeleton for future projects

Install the dependencies

yarn
# or
npm install

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

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.