Home
Softono
h

hubblecommerce

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
1

Software by hubblecommerce

hubble-frontend-pwa
Open Source

hubble-frontend-pwa

<br> <img src="https://docs.hubblecommerce.io/assets/images/hubblelogo.svg" style="height:50px" /> # Headless E-Commerce Interface > Progressive Web App for your e-commerce platform based on [Nuxt.js](https://nuxtjs.org/) - [x] An open source project - [x] Installable as a Nuxt.js Module - [x] Compatible with Shopware 6 - [x] Covers all common e-commerce features - [x] Excellent performance and usability - [x] Toolbox / framework for creating your own shop frontend ## Documentation Run `npm run docs:dev` to see the developer documentation or take a look at `/docs`. </br> Or visit the documentation online at [docs.hubblecommerce.io](https://docs.hubblecommerce.io/). [![hubble PWA Introduction for Developers on YouTube](https://img.youtube.com/vi/V11Wo0h7j_8/0.jpg)](https://www.youtube.com/watch?v=V11Wo0h7j_8) ## Links [Demo](https://hubble-pwa-demo.vercel.app/) | [Website](https://www.hubblecommerce.io/frontend-cloud) ## Table of contents - [Prerequisites](#prerequisites) - [Installation](#installation) - [Features](#features) - [Performance](#performance) - [SEO friendly](#seo-friendly) - [PWA](#pwa) - [Specialized in Shopware 6](#specialized-in-shopware-6) - [Roadmap](#roadmap) - [Contributing](#contributing) - [Support](#support) - [Stay updated](#stay-updated) - [Meta](#meta) ## Prerequisites This guide focuses on installing hubble PWA as a Nuxt.js module only, so before moving on, make sure you meet the [requirements](https://docs.hubblecommerce.io/pwa/what/requirements) first. ## Installation 1. Create a new Nuxt 4 Project ```sh npx nuxi init nuxt-app cd nuxt-app npm install ``` 2. Install the hubble Nuxt module ```sh npm i @hubblecommerce/hubble ``` 3. Add the module to nuxt.config.ts ```ts export default defineNuxtConfig({ modules: ['@hubblecommerce/hubble'] }) ``` 4. Create a .env file in project root and fill your Shopware 6 credentials ```sh PLATFORM_BASE_URL = 'https://your-shopware-store.com' API_BASE_URL = 'https://your-shopware-store.com/store-api' API_SW_ACCESS_KEY = 'your-sales-channel-access-key' API_CLIENT_ID = 'your-client-id' API_CLIENT_SECRET = 'your-client-secret' ``` ::: tip Read more about where to get the credentials in the [supported e-commerce platforms](https://docs.hubblecommerce.io/pwa/what/requirements.md#supported-e-commerce-platforms) section. ::: > **Upgrading from v2.x?** Check out our [Migration Guide](https://docs.hubblecommerce.io/pwa/what/migration-v3) for step-by-step instructions. > > **For a nuxt v3 compatible version check out: https://github.com/hubblecommerce/hubble-frontend-pwa/tree/rc2.15.0** > ### Build modes #### Development ```sh npm run dev ``` #### Production ```sh npm run build node .output/server/index.mjs ``` ## Features hubble PWA is a Nuxt.js module. That means it relies on all the great features of Nuxt.js like: - All benefits of Vue 3 and Nuxt 4 - Server Side Rendering - Dynamic Routing - Code-Splitting - Module Ecosystem (Composables) - Intuitive Developer Experience - Runtime Configuration and enriches them to meet the demanding requirements of an e-commerce interface like: - [Shop connector](https://docs.hubblecommerce.io/pwa/architecture/shop-connection) including an API client and data mapping (headless) - [Layer-based architecture](https://docs.hubblecommerce.io/pwa/architecture/filebasedinheritance) for easy customization and theming - [E-commerce optimized components](https://docs.hubblecommerce.io/pwa/architecture/components) like catalog, customer, checkout etc. - [Integration path for shop-plugins (Compatibility Plugins)](https://docs.hubblecommerce.io/pwa/shopware/shopwareplugins) This way hubble PWA can always be up-to-date to the fast-growing Nuxt.js ecosystem. ## Performance We aim for an intuitive and smooth interface experience no matter how many features you build in your shop. How we do it: - everything that's not necessary for SEO purposes will be loaded lazily via chunking and dynamic imports - uses as less global code as possible, everything is a Single-File-Component - uses only relevant parts of a CSS framework (Tailwind CSS) - measure performance with Google Lighthouse ## SEO friendly All content that is relevant for SEO purposes will be rendered server-side thanks to Nuxt.js universal mode. The rest will be loaded lazily to improve performance. <br> We also take care of: - Rich Snippets - Google Tag Manager - Enhanced e-commerce tracking ## PWA To us, a PWA means more than the ability to add your website to home-screen or enable push notifications. We want to make sure the interface actually feels like an intuitive, native app and hand you tools to achieve that like: - Excellent performance on mobile devices - Mobile first design approach - User input feedback via decent animations and transitions Besides, hubble of course is shipped with a simple service worker for offline support. Feel free to adjust it to fit your caching approach needs. Other PWA Features like "Add to Home" or "Push Notifications" can be installed easily using the [official Nuxt.js PWA Module](https://pwa.nuxtjs.org/). ## Specialized in Shopware 6 Because hubble PWA was built for Shopware 6 primarily, it supports features like: - [Emotion Worlds](https://docs.hubblecommerce.io/pwa/shopware/shopwareemotion) - [Shopware Plugins via Compatibility Plugins](https://docs.hubblecommerce.io/pwa/shopware/shopwareplugins) - [Shop configuration](https://docs.hubblecommerce.io/pwa/shopware/shopwareplugins.md#how-do-i-access-my-plugin-configurations) ## Roadmap We are constantly working on this product to keep it up to date with the latest Nuxt and Shopware version. See our detailed [roadmap](https://docs.hubblecommerce.io/pwa/what/roadmap) for further information. ## Contributing Specific instructions for pull requests can be found [here](https://docs.hubblecommerce.io/pwa/contribution/contributionpwa). ## Support If you like the hubble PWA, feel free to contribute and spread the word on social media. Also don't forget to give us a star on Github. ## Stay updated If you like to receive updates about updates and the latest releases just click on "watch" and select the information you like to get noticed about. ## Meta digital.manufaktur GmbH – [email protected] Distributed under the MIT license. See [LICENSE](https://github.com/hubblecommerce/hubble-frontend-pwa/blob/main/LICENSE) for more information.

E-commerce Platforms
60 Github Stars