MMC-CLIENT Module Management Console Client This is the web front end to the MMC-SERVER backend Install the dependencies npm install Start the app in development mode (hot-code reloading, error reporting, etc.) quasar dev Run Jest unit tests see[ readme tests](readme tests.md) Lint the files npm run lint Build the app for production quasar build Customize the configuration See Configuring quasar.conf.js.