Socket
Socket
Sign inDemoInstall

@atoms-studio/gluon

Package Overview
Dependencies
129
Maintainers
7
Versions
173
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @atoms-studio/gluon

An opinionated e-commerce stack for Nuxt.


Version published
Maintainers
7
Created

Readme

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

Last updated on 11 Nov 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc