Aucune description

Gustavo Zanatta 795ac0e930 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo il y a 4 heures
public 795ac0e930 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo il y a 4 heures
src 795ac0e930 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo il y a 4 heures
src-capacitor 32f55b3f3e first commit il y a 1 mois
.gitignore 35292517be gitignore il y a 1 mois
README.md 32f55b3f3e first commit il y a 1 mois
eslint.config.js 32f55b3f3e first commit il y a 1 mois
index.html 32f55b3f3e first commit il y a 1 mois
jsconfig.json 32f55b3f3e first commit il y a 1 mois
package-lock.json 32f55b3f3e first commit il y a 1 mois
package.json 795ac0e930 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo il y a 4 heures
postcss.config.js 32f55b3f3e first commit il y a 1 mois
quasar.config.js fb95697620 alterando porta do quasar config il y a 1 mois
quasar.config.js.temporary.compiled.1773333788777.mjs 795ac0e930 style: :lipstick: ajustes layout login e pagina de email telefone para envio do codigo il y a 4 heures

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.