This repository shows an example of application built with Shopware Frontends Framework on Vue 3 (Vite).
- Vue 3 application
- Required libraries installed (api-client, composables, Vue 3 plugin)
- Minimum configuration of Vue 3 plugin (see
ShopwareFrontendsOptions
in main.ts)
Go to Documentation > Requirements to see the details.
In order to have a different API connect to the app, change the API access information in .env.local
file. Then rerun the application.
Now, you are free to use the @shopware-pwa/composables-next
package in the application. You can start from src/App.vue.
pnpm i
to install depspnpm dev
to run the project in dev mode