vuestorefront / vue-storefront

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 merchants to deliver exceptional customer experiences quickly and easily.
https://www.alokai.com
MIT License
10.59k stars 2.08k forks source link

feat(UST-1087): create `nuxt` and `next` packages #6997

Closed jagoral closed 8 months ago

jagoral commented 9 months ago

πŸ”— Linked issue

❓ Type of change

πŸ“š Description

How to test it locally?

  1. cd packages/storefront
  2. yarn

Then for Next

  1. cd packages/next
  2. yarn build
  3. yarn dev:middleware in one terminal
  4. yarn dev:pages-router or yarn dev:app-router in second terminal

or Nuxt

  1. cd packages/nuxt
  2. yarn build
  3. yarn dev:middleware in one terminal
  4. yarn dev:pages-router or yarn dev in second terminal

πŸ“ Checklist

skirianov commented 9 months ago

Added docs for getting started with Next, Nuxt, and Framework Agnostic

@jagoral @filrak please let me know wdyt

skirianov commented 9 months ago

fixed CR @jagoral

@filrak can you lift your change requested?