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
      • Default
      • Checkout
      • Error
    • Components
  • Configuration
  • 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

Layouts

See the layouts on github

hubble PWA Layout

Default

hubble provides a default layout which is called default.vue (this layout is loaded by Nuxt automatically, if you don't set a layout for a page manually).

Checkout

The checkout layout is a lighter, distraction free version of the default layout.

Error

Overrides the default Nuxt.js error page even though it's a layout.

Prev
User Session
Next
Components