Configuration

Nuxt.js Configuration

Environment / Runtime Variables

Environment specific variables are provided via nuxts runtime configurationopen in new window based on the dotenv module.

All environment variables are placed in the platform specific config directory e.g.: Shopware .env_exampleopen in new window

Modules

hubble PWA sets some nuxt specific configurations like runtime variables and a collection of modules, which can be found in the platform specific directory e.g: Shopware configsopen in new window To override them, simply set the configuration you want to your nuxt.config.ts like you would in a regular nuxt project.