Hochperformante Progressive Web App für jede gängige E-Commerce Plattform auf Basis von Nuxt.js.
✔ Shop Integration mit Magento, Magento 2, Shopware, xt:Commerce, etc.
✔ Enthält alle gängigen Shop Seitenarten (Kategorie, Detailansicht, Warenkorb, Zur Kasse, etc.)
✔ Exzellente Google Lighthouse Ergebnisse in allen Audits
✔ Toolbox / Framework zum Erstellen eigener Shop Frontends
OS X & Linux:
- Install NuxtJS
- Install hubble NuxtJs Module
npm i @hubblecommerce/hubble
- Add module to nuxt.config.js
buildModules: [
['@hubblecommerce/hubble']
],
/*
** hubble module configuration
*/
hubble: {
apiType: process.env.API_TYPE
},
- Edit configs in .env file
# API
# Define api type:
# possible source parameters are:
# api = hubble Api based on elastic search
# sw = official Shopware 6 API (headless Channel)
API_TYPE = 'sw | api'
API_SW_ACCESS_KEY = ''
API_BASE_URL = ''
npm run dev
- 1.1.0
- Extracted the hubble core to nuxt module
- 1.0.0
- The first proper release
digital.manufaktur GmbH – [email protected]
Distributed under the MIT license. See LICENSE for more information.
https://github.com/hubblecommerce/hubble-frontend-pwa
Eine genaue Anleitung für Pull Requests ist hier zu finden: hubble Contribution Guide