A boilerplate storefront built with the Vue Storefront Magento 2 Integration and Storefront UI 2
🚧 This repo is under heavy development. Expect breaking changes regularly. Do not use for production 🚧
clone the project
git clone https://github.com/vuestorefront/nuxt3-magento-sdk-storefront.gitcd into the cloned folder
cd nuxt3-magento-sdk-storefrontInstall dependencies
yarn installEnsure you have a running magento instance.
- Create an
.envfile inapps/middleware(use the.env.exampleas template ). - Create an
.envfile inapps/nuxt(use the.env.exampleas template ).
run app
yarn devIf you like to contribute please check out the contribution guide
See our project board for a nice overview of the progress
If you're looking for the magento2-sdk repo you can find it here: https://github.com/vuestorefront/nuxt3-magento-sdk-storefront