This repository shows an example of demo application built with Shopware Frontends Framework on Nuxt 3.
- Nuxt 3 application
- Required libraries installed (api-client, CMS components, composables, Nuxt 3 module)
- Demo Shopware 6 instnace configured as the API
Go to Documentation > Requirements to see the details.
In order to have a different API connect to the app, uncomment and adjust the API credentials in the nuxt.config.ts
file:
export default defineNuxtConfig({
// shopware: {
// shopwareEndpoint: "https://you.endpoint.com",
// shopwareAccessToken: "your-access-token",
// },
Now, you can have a look on the pages and components and add your stuff there.
[TODO: explain cms overriding or link to the docs].
pnpm i
to install depspnpm dev
to run the project in dev mode