Aucune description

Gustavo Zanatta 0964f71f69 WIP - guias dos agendamentos de consultas il y a 2 jours
public 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema il y a 4 mois
src 0964f71f69 WIP - guias dos agendamentos de consultas il y a 2 jours
.gitignore 4aa219a744 first commit il y a 4 mois
README.md 4aa219a744 first commit il y a 4 mois
eslint.config.js 4aa219a744 first commit il y a 4 mois
index.html 4aa219a744 first commit il y a 4 mois
jsconfig.json 9e527fef7b style: :lipstick: style (sistema) adicionando icones e nome do sistema il y a 4 mois
package-lock.json 53798b194c instalacao vue draggable il y a 1 mois
package.json 53798b194c instalacao vue draggable il y a 1 mois
postcss.config.js 4aa219a744 first commit il y a 4 mois
quasar.config.js 113307d4ca fix ip api il y a 2 semaines

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.