Skip to content

UTN | Simulación 2020 | TP-7 | Lavadero de Autos

Notifications You must be signed in to change notification settings

simulador-h/tp7-lavadero-autos

Repository files navigation

Simulador H | TP-7 (tp7-lavadero-autos)

Simulación 2020 | TP-7 | Lavadero de Autos

Install the dependencies

npm install -g @quasar/cli
npm install

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

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.