Skip to content

digitalfortress-tech/env-switcher

Repository files navigation

Env-switcher (Environment Switcher)

Environment Switcher for your Testing needs

Install the dependencies

make install

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

make watch

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

make prod

Customize the configuration

See Configuring quasar.config.js.