Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 519 Bytes

File metadata and controls

27 lines (21 loc) · 519 Bytes

Simulador H | TP-6 (tp6-simulacion-modelos-continuos)

Simulación 2020 | TP-6 | Simulación de Modelos Continuos

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.