Skip to content

Digital Sales Rooms Customization

You are viewing the next version (v6.7) of the documentation.
Click here to switch to the stable version (v6.6), or use the version switcher on the left to navigate between versions.

Digital Sales Rooms Customization

This section explains how to customize the Digital Sales Rooms frontend template. The DSR frontend is built with Nuxt 3 and leverages the Nuxt Layer concept, allowing you to override file content with your own Nuxt layer for easy customization.

Create a new Nuxt layer

If you look into the dsr-frontends template, you'll find the default Nuxt layer named dsr. This layer should remain untouched. To apply customizations, you should create a new Nuxt layer and import it in nuxt.config.ts. For more details, refer to the composition guide. Besides, we’ve also created a customization layer named example within the frontend source code. You can rename this layer and modify its contents to suit your needs.