Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 652 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 652 Bytes

Vue CSR SPA

Example Vue SPA using the Bloomreach Experience Vue SDK. This project was generated with Create Vue.

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:

Compile and Hot-Reload for Development

pnpm run dev

Type-Check, Compile and Minify for Production

pnpm run build