nuxt-moltin

Nuxt.js with Moltin

Stars
7

Nuxt.js demo store

Nuxt.js demo store built with moltin

Next.js webshop built using Stripe checkout and moltin.

Check out the demo.

Configuration

Both a moltin and Stripe account are needed for this store to run successfully.

Create a .env file at the project root with your moltin client_id and Stripe test publishable key.

MOLTIN_CLIENT_ID=
STRIPE_KEY=

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

For detailed explanation on how things work, checkout Nuxt.js docs.

Badges
Extracted from project README
Deploy to now