Gluon [alpha]
An opinionated e-commerce stack for Nuxt.
The stack
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:
import gluon from './config/gluon'
export default {
modules: [
'@atoms-studio/gluon/module',
],
gluon,
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