An open API service indexing awesome lists of open source software.

https://github.com/baroshem/nuxt-shopify-storyblok

Composable Commerce with Nuxt, Shopify, and Storyblok
https://github.com/baroshem/nuxt-shopify-storyblok

apollo commerce composable headless nuxt shopify storyblok tailwindcss vue

Last synced: 3 months ago
JSON representation

Composable Commerce with Nuxt, Shopify, and Storyblok

Awesome Lists containing this project

README

        

# Composable Commerce with Nuxt, Shopify, and Storyblok

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install
```

## Development Server

Start the development server on http://localhost:3000

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.