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
- Host: GitHub
- URL: https://github.com/baroshem/nuxt-shopify-storyblok
- Owner: Baroshem
- Created: 2023-02-01T14:07:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T23:12:50.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T11:21:26.295Z (3 months ago)
- Topics: apollo, commerce, composable, headless, nuxt, shopify, storyblok, tailwindcss, vue
- Language: Vue
- Homepage: https://nuxt-shopify-storyblok.vercel.app
- Size: 467 KB
- Stars: 24
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.