Cher documentationCher is a configurable fetcher based on the native fetch API.Install the dependenciesyarn # or npm installStart the app in development mode (hot-code reloading, error reporting, etc.)quasar devLint the filesyarn lint # or npm run lintBuild the app for productionquasar buildCustomize the configurationSee Configuring quasar.config.js.