diff --git a/README.md b/README.md
index 4cefc3f8..3bdc094d 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,6 @@ The examples:
- [React CSR example](./examples/react/README.md)
- [Next.js example](./examples/next/README.md)
- [Vue CSR example](./examples/vue/README.md)
-- [Nuxt.js example](./examples/nuxt/README.md)
- [Angular CSR/Universal example](./examples/angular/README.md)
### Bloomreach support
diff --git a/examples/angular/yalc.lock b/examples/angular/yalc.lock
index 1f47e725..03eeba25 100644
--- a/examples/angular/yalc.lock
+++ b/examples/angular/yalc.lock
@@ -2,11 +2,11 @@
"version": "v1",
"packages": {
"@bloomreach/spa-sdk": {
- "signature": "2dd019154f9b07a5f8cbd990e03606d1",
+ "signature": "7f2db09b6915acdc842a3ad90632d836",
"file": true
},
"@bloomreach/ng-sdk": {
- "signature": "19922d9a49fa2ad1c5b40342309c55cf",
+ "signature": "6a30090744d7375070387047e7127911",
"file": true
}
}
diff --git a/examples/next/yalc.lock b/examples/next/yalc.lock
index b9d90b01..5eb3f07e 100644
--- a/examples/next/yalc.lock
+++ b/examples/next/yalc.lock
@@ -2,11 +2,11 @@
"version": "v1",
"packages": {
"@bloomreach/spa-sdk": {
- "signature": "2dd019154f9b07a5f8cbd990e03606d1",
+ "signature": "7f2db09b6915acdc842a3ad90632d836",
"file": true
},
"@bloomreach/react-sdk": {
- "signature": "2f7030b430c5a227f64480568da734d1",
+ "signature": "08d7fcfdca5e30330ace81c42af7fe4b",
"file": true
}
}
diff --git a/examples/nuxt/.env.dist b/examples/nuxt/.env.dist
deleted file mode 100644
index cb1a6592..00000000
--- a/examples/nuxt/.env.dist
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2020-2023 Bloomreach
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# VUE_APP_BRXM_ENDPOINT=http://localhost:8080/delivery/site/v1/channels/brxsaas/pages
-# NUXT_APP_BR_MULTI_TENANT_SUPPORT=
-# BASE_URL=
diff --git a/examples/nuxt/.gitignore b/examples/nuxt/.gitignore
deleted file mode 100644
index 6197fea9..00000000
--- a/examples/nuxt/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/.env
-/.nuxt
-/node_modules
diff --git a/examples/nuxt/.prettierrc b/examples/nuxt/.prettierrc
deleted file mode 100644
index 61109b6d..00000000
--- a/examples/nuxt/.prettierrc
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "arrowParens": "always",
- "printWidth": 120,
- "singleQuote": true,
- "trailingComma": "all"
-}
diff --git a/examples/nuxt/Procfile b/examples/nuxt/Procfile
deleted file mode 100644
index 6d6a22d8..00000000
--- a/examples/nuxt/Procfile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2020-2023 Bloomreach
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-web: npx lerna run start --scope @bloomreach/example-nuxt
diff --git a/examples/nuxt/README.md b/examples/nuxt/README.md
deleted file mode 100644
index a37e9e5e..00000000
--- a/examples/nuxt/README.md
+++ /dev/null
@@ -1,38 +0,0 @@
-# Nuxt.js SSR SPA
-Example Vue.js SPA using the Bloomreach Experience [Vue.js SDK](https://www.npmjs.com/package/@bloomreach/vue-sdk). This project was
-generated with [create-nuxt-app](https://nuxtjs.org/guide/installation/).
-
-## 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](../../README.md#development) on how to install, build and run the examples.
-
-## Available scripts
-In the project directory, you can run:
-
-### Development server
-```bash
-npm run dev
-```
-
-### Build
-```bash
-npm run build
-```
-
-### Launch
-```bash
-npm run start
-```
-
-### Generate static project
-```bash
-npm run generate
-```
-
-### Run linter
-```bash
-npm run lint
-```
-
-For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
diff --git a/examples/nuxt/components/BrBanner.vue b/examples/nuxt/components/BrBanner.vue
deleted file mode 100644
index 0ff95954..00000000
--- a/examples/nuxt/components/BrBanner.vue
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
-