hubble PWA Docs
PWA
Demo
Website
Github
PWA
Demo
Website
Github
  • What is hubble PWA?
    • Overview
    • Techstack
    • Requirements
    • Installation
    • Roadmap
    • Contact
    • Troubleshooting
  • Architecture

    • Shop Connector
    • File-based inheritance
    • Pages
    • Preinstalled Modules
    • User Session
    • Layouts
    • Components
  • Configuration
    • Nuxt.js Configuration
      • Environment / Runtime Variables
      • Modules
  • Theming

    • Default Theme
  • Shopware 6
    • How to set up Shopware 6 to work with hubble PWA
    • Shopware 6 Plugins
    • Shopware 6 Emotionworlds
    • i18n
    • Trade-offs
  • Module Development
    • Contribution Guide PWA
    • Tests
    • Hubble Coding Guidelines for Contributors
    • API Clients

Configuration

Nuxt.js Configuration

Environment / Runtime Variables

Environment specific variables are provided via nuxts runtime configuration based on the dotenv module.

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

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 configs To override them, simply set the configuration you want to your nuxt.config.ts like you would in a regular nuxt project.