All Projects → hubblecommerce → hubble-frontend-pwa

hubblecommerce / hubble-frontend-pwa

Licence: MIT license
E-Commerce PWA Frontend

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to hubble-frontend-pwa

Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+21088.37%)
Mutual labels:  ecommerce, headless, nuxt, magento, magento2, shopware, ecommerce-platform
React Storefront
Build and deploy e-commerce progressive web apps (PWAs) in record time.
Stars: ✭ 275 (+539.53%)
Mutual labels:  ecommerce, headless, magento, magento2, ecommerce-platform
React Storefront
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).
Stars: ✭ 292 (+579.07%)
Mutual labels:  ecommerce, headless, magento, magento2, ecommerce-platform
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+15776.74%)
Mutual labels:  ecommerce, shopping-cart, headless, ecommerce-platform
Ecommwar
A leaderboard of the top open-source e-commerce platforms. Promoting the bests for building reliable stores.
Stars: ✭ 203 (+372.09%)
Mutual labels:  ecommerce, shopping-cart, magento, ecommerce-platform
Magento2
All Submissions you make to Magento Inc. ("Magento") through GitHub are subject to the following terms and conditions: (1) You grant Magento a perpetual, worldwide, non-exclusive, no charge, royalty free, irrevocable license under your applicable copyrights and patents to reproduce, prepare derivative works of, display, publically perform, subli…
Stars: ✭ 9,816 (+22727.91%)
Mutual labels:  ecommerce, magento, magento2, ecommerce-platform
Reaction
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
Stars: ✭ 11,588 (+26848.84%)
Mutual labels:  ecommerce, headless, ecommerce-platform
Importexportfree
Improve default Magento 2 Import / Export features - cron jobs, CSV , XML , JSON , Excel , mapping of any format, Google Sheet, data and price modification, improved speed and a lot more!
Stars: ✭ 160 (+272.09%)
Mutual labels:  ecommerce, magento, magento2
Vendure
A headless GraphQL ecommerce framework for the modern web
Stars: ✭ 2,961 (+6786.05%)
Mutual labels:  ecommerce, shopping-cart, headless
Zencart
Zen Cart® is a full-function e-commerce application for your website.
Stars: ✭ 250 (+481.4%)
Mutual labels:  ecommerce, shopping-cart, ecommerce-platform
Mc Magento2
MailChimp for Magento 2. Syncs all data (subscriber, customers, orders, products) and enables marketing automation with email campaigns, automations, ads, postcards and more.
Stars: ✭ 115 (+167.44%)
Mutual labels:  ecommerce, magento, magento2
Vuemmerce
👉 Responsive ecommerce template 🛒 built with Vue.js and Nuxt.js
Stars: ✭ 223 (+418.6%)
Mutual labels:  ecommerce, nuxt, nuxtjs
rapidez
Headless Magento - with Laravel, Vue and Reactive Search 🚀
Stars: ✭ 31 (-27.91%)
Mutual labels:  headless, magento, magento2
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+34132.56%)
Mutual labels:  ecommerce, headless, ecommerce-platform
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+4011.63%)
Mutual labels:  ecommerce, shopping-cart, ecommerce-platform
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+5374.42%)
Mutual labels:  ecommerce, shopping-cart, ecommerce-platform
Arastta
Solid, Free, Open Source, Community Driven eCommerce
Stars: ✭ 251 (+483.72%)
Mutual labels:  ecommerce, shopping-cart, ecommerce-platform
grandnode2
Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.
Stars: ✭ 626 (+1355.81%)
Mutual labels:  ecommerce, shopping-cart, ecommerce-platform
magento-2-pronko-consulting-theme
Pronko Consulting Theme for Magento 2
Stars: ✭ 47 (+9.3%)
Mutual labels:  ecommerce, magento, magento2
magento2-freeshipping-progress-bar
Add a free shipping eligibility progress bar to your Magento 2 websites cart to promote increased order value.
Stars: ✭ 37 (-13.95%)
Mutual labels:  ecommerce, shopping-cart, magento2

Headless E-Commerce Interface

Progressive Web App for your online store based on Nuxt.js

  • An open source project
  • Installable as a Nuxt.js Module
  • Compatible with Shopware 6
  • Covers all common e-commerce features
  • Excellent performance and usability
  • Toolbox / framework for creating your own shop frontend

Links

Demo | Documentation | Website

Table of contents

Prerequisites

This guide focuses on installing hubble PWA as a Nuxt.js module only, so before moving on, make sure you meet the requirements first.

Installation

Install from scratch including fully configured Nuxt.js project

Install via npx so everything is set up correctly and ready to use. The script prompts you to enter the access data for the api:

npx @hubblecommerce/launcher <project-name>

or enter your API url and key directly as additional parameters:

npx @hubblecommerce/launcher <project-name> <api-url> <api-key>

Install to existing Nuxt.js project

  1. Install hubble NuxtJs Module
npm i @hubblecommerce/hubble
  1. Add module to nuxt.config.js
modules: [
    ['@hubblecommerce/hubble']
],

Module have to be registered in modules, not buildModules to make sure runtime configurations work.

  1. Edit configs in .env file
API_SW_ACCESS_KEY = ''
API_BASE_URL      = ''

Read more about where to get the credentials in the supported e-commerce platforms section.

Build modes

Development

npm run dev

Production

npm run build
npm start

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.js
  • Server Side Rendering
  • Dynamic Routing
  • Code-Splitting
  • Module Ecosystem
  • Intuitive Developer Experience
  • Runtime Configuration

and enriches them to meet the demanding requirements of an e-commerce interface like:

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 (Bootstrap)
  • stores only a few small data in state-management
  • 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.

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.

Specialized in Shopware 6

Because hubble PWA was built for Shopware 6 primarily, it supports features like:

Roadmap

Thanks to the headless approach hubble is not tied to Shopware only, so we are constantly working on connecting other e-commerce frameworks. See our detailed roadmap for further information.

Contributing

Specific instructions for pull requests can be found here.

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 for more information.

https://github.com/hubblecommerce/hubble-frontend-pwa

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].