Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atoms-studio/gluon

Package Overview
Dependencies
Maintainers
7
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atoms-studio/gluon

An opinionated e-commerce stack for Nuxt.

  • 0.16.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
122
increased by258.82%
Maintainers
7
Weekly downloads
 
Created
Source

Gluon [alpha]

An opinionated e-commerce stack for Nuxt.

The stack

  • 🎨    Nuxt as the frontend framework.
  • 🗄    Contentful as the headless CMS.
  • 🔍    Algolia as the search engine.
  • 💰    Commerce Layer as the ecommerce platform.
  • ☁️    Netlify as the hosting provider.

Available features

  • i18n: multi-language support through nuxt-i18n.
  • multi-country
  • multi-market/multi-currency
  • authentication
  • shopping cart
  • wishlist
  • customer area: built-in support for profile, orders, addresses, and payment methods.
  • checkout flow: built-in, customizable checkout flow through Vue composition API

Installation

npm install @atoms-studio/gluon
yarn add @atoms-studio/gluon

Usage

After installing the module, add it to your Nuxt.js project:

// nuxt.config.js

import gluon from './config/gluon'
export default {
  modules: [
    '@atoms-studio/gluon/module',
  ],

  // Configuration
  gluon,

  // If i18n is enabled, add the corresponding configuration
  i18n: {...}
}

You'll find the default configuration in config/gluon.js. This is where you can configure the module and enable/disable services and features.

License

MIT

FAQs

Package last updated on 11 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc