From 1ec9610f015bc8368382ee69d08e696ce0c489b0 Mon Sep 17 00:00:00 2001 From: Hugo Richard Date: Mon, 15 Sep 2025 10:40:46 +0100 Subject: [PATCH 1/3] feat(themes): update nuxt-ui themes to reflect v4 changes --- src/ecosystem/themes/themes.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/ecosystem/themes/themes.json b/src/ecosystem/themes/themes.json index ecd08ff6e5..f31fe89c0e 100644 --- a/src/ecosystem/themes/themes.json +++ b/src/ecosystem/themes/themes.json @@ -1,20 +1,20 @@ [ { "name": "Nuxt UI", - "description": "[Nuxt UI](https://ui.nuxt.com) is a free and open-source UI library for Vue.js. It is built on top of Tailwind CSS and includes a variety of components and utilities that can be used to quickly build modern, responsive web applications.", - "seeMoreUrl": "https://ui.nuxt.com/pro", + "description": "[Nuxt UI](https://ui.nuxt.com) is a powerful, free and open-source UI library for Vue.js. Built on top of Tailwind CSS, it provides an extensive collection of beautifully designed and accessible components, and essential utilities to build modern, responsive web applications with ease.", + "seeMoreUrl": "https://ui.nuxt.com", "products": [ { - "name": "UI Pro Components", - "price": 199, - "description": "Premium Vue components, composables, and utils based on Nuxt UI.", - "url": "https://ui.nuxt.com/pro", + "name": "Nuxt UI components", + "price": 0, + "description": "Comprehensive UI library featuring advanced components, composables, and utilities for Vue.js applications.", + "url": "https://ui.nuxt.com", "image": "https://res.cloudinary.com/nuxt/image/upload/v1742036103/nuxt-ui/nuxt-ui-pro-og-image_vzvwge.png" }, { "name": "Dashboard", - "price": 199, - "description": "Vue Dashboard Template made with Nuxt UI Pro.", + "price": 0, + "description": "Professional Vue Dashboard Template showcasing Nuxt UI capabilities.", "url": "https://vue-dashboard-template.nuxt.dev", "image": "https://res.cloudinary.com/nuxt/image/upload/v1742036101/nuxt-ui/nuxt-ui-dashboard-social-card_kpeysq.png" } From c47bea11acd6954585d658c32dedc4d6ee0ce01a Mon Sep 17 00:00:00 2001 From: Hugo Richard Date: Tue, 23 Sep 2025 10:29:25 +0100 Subject: [PATCH 2/3] remove nuxt ui as a product --- src/ecosystem/themes/themes.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/ecosystem/themes/themes.json b/src/ecosystem/themes/themes.json index f31fe89c0e..d249e5a57b 100644 --- a/src/ecosystem/themes/themes.json +++ b/src/ecosystem/themes/themes.json @@ -4,13 +4,6 @@ "description": "[Nuxt UI](https://ui.nuxt.com) is a powerful, free and open-source UI library for Vue.js. Built on top of Tailwind CSS, it provides an extensive collection of beautifully designed and accessible components, and essential utilities to build modern, responsive web applications with ease.", "seeMoreUrl": "https://ui.nuxt.com", "products": [ - { - "name": "Nuxt UI components", - "price": 0, - "description": "Comprehensive UI library featuring advanced components, composables, and utilities for Vue.js applications.", - "url": "https://ui.nuxt.com", - "image": "https://res.cloudinary.com/nuxt/image/upload/v1742036103/nuxt-ui/nuxt-ui-pro-og-image_vzvwge.png" - }, { "name": "Dashboard", "price": 0, From cdcf53504f32bf8e3c85d81dcf52ef246fc2020a Mon Sep 17 00:00:00 2001 From: Hugo Richard Date: Tue, 23 Sep 2025 10:32:51 +0100 Subject: [PATCH 3/3] improve description --- src/ecosystem/themes/themes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ecosystem/themes/themes.json b/src/ecosystem/themes/themes.json index d249e5a57b..a251ff3df7 100644 --- a/src/ecosystem/themes/themes.json +++ b/src/ecosystem/themes/themes.json @@ -1,7 +1,7 @@ [ { "name": "Nuxt UI", - "description": "[Nuxt UI](https://ui.nuxt.com) is a powerful, free and open-source UI library for Vue.js. Built on top of Tailwind CSS, it provides an extensive collection of beautifully designed and accessible components, and essential utilities to build modern, responsive web applications with ease.", + "description": "[Nuxt UI](https://ui.nuxt.com/) is an intuitive, open-source UI library for Vue and Nuxt applications. Built with Tailwind CSS and Reka UI, it provides 100+ beautifully crafted, accessible components with a flexible CSS-first design system.", "seeMoreUrl": "https://ui.nuxt.com", "products": [ {