Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 703 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 703 Bytes

Nuxt SSR SPA

Example Nuxt SPA using the Bloomreach Experience Vue.js SDK.

Install and run

This example is part of a monorepo and other packages will have to be build in order for this example to run. Read more in the root README on how to install, build and run the examples.

Available scripts

In the project directory, you can run:

Development server

pnpm run dev

Build

pnpn run build

Preview

pnpm run preview

Generate static project

pnpm run generate

For detailed explanation on how things work, check out Nuxt docs.