Question

Anyone have any idea about how to Create custom theme in PWA Studio Magento2 ?

Était-ce utile?

La solution 2

I have created new theme under pwa-studio/packages/custom and copy all files from venia-concept

I have changed in below files :

Added below code in pwa-studio/lerna.json

"packages/custom"

and

Added below code in pwa-studio/package.json

"watch:custom": "cd packages/custom && npm run -s watch; cd - >/dev/null"

Autres conseils

We are creating a custom theme based on pwa-studio with this repo https://github.com/Jordaneisenburger/fallback-studio

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top