Sen descrición

Gustavo Zanatta d77de59298 switch to light theme hai 2 semanas
public 659af3c3c1 first commit hai 1 mes
src d77de59298 switch to light theme hai 2 semanas
.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.