Instalation using cli.

On page https://github.com/vuestorefront/vue-storefront there is cli install process.
I install it using magento 2 integration.

After install i see node "node": "^16.13" This is older version than github page "node": ">=18"

On doc https://docs.alokai.com/ i see only enterprise integrations (and no install method) is that mean that project
https://docs.alokai.com/v2 is no more supported ? Also on github https://github.com/vuestorefront/vue-storefront page cli after install is old compare to branch main.

On v2 doc i found
https://docs.alokai.com/v2/integrate/extending-integrations.html

To check it i add
      extensions: (extensions) => [
        ...extensions,
        {
          name: 'extension-name',
          extendApiMethods: {
            customMethod: (context, params) => {
              return { data: 'xxxxx' }
            },
          },
        },
      ],
in magento2 integration. Now i cant install @vue-storefront/core case of node version. I install version 2.8.0 But cant make this example to work.


My main question is alokai moved to full commercial now ? So vue storefront v2 will stay at nuxt 2 and not recive updates ?
GitHub
Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides me...
GitHub - vuestorefront/vue-storefront: Alokai is a Frontend as a Se...
Alokai
Frontend-as-a-Service for eCommerce
Vue Storefront 2 documentation
Was this page helpful?