ecomplus / storefront

Modern and high performant headless eCommerce Storefront. PWA & JAMstack architecture ready for E-Com Plus APIs. Built with Vue.js, extensible through widgets and editable with Netlify CMS.

Home Page:https://developers.e-com.plus/storefront/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue 3

leomp12 opened this issue · comments

Make Vue components (specially from @ecomplus/storefront-components) compatible with Vue 3. Take a look at https://v3-migration.vuejs.org/ .

Always than possible components should be compatible with Vue 2 and 3 , also start thinking about https://github.com/vuejs/petite-vue , at least the smaller components may also be compatible with it.

Related to #614 , blocking #638 .

Avoid breaking changes and I recommend opening one PR for each component refactor to refactor/vue3 branch , then it will be merged to master when all components are done.