\n\n\u003Cscript setup lang=\"ts\">\nconst steps = [\n { selector: '#step1', title: 'Welcome', description: 'This is the first step', position: 'bottom' },\n { selector: '#step2', title: 'Next Feature', description: 'Learn about this one too', position: 'right' }\n]\n\u003C/script>\n```\n\n**Alternatives Considered**\n\n* External libraries like Driver.js or Shepherd.js, but they don鈥檛 fit Nuxt UI鈥檚 design system and require additional integration effort.\n\n**Additional Context**\nThis would help Nuxt developers deliver a polished onboarding experience without reinventing the wheel.\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [x] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [x] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3156],{"name":3157,"color":3158},"pending triage","E99695",33111,"Interactive Feature Tour Component","2025-09-02T09:15:22Z","https://github.com/nuxt/nuxt/issues/33111",0.770123,{"description":3165,"labels":3166,"number":3170,"owner":3147,"repository":3171,"state":3148,"title":3172,"updated_at":3173,"url":3174,"score":3175},"chiefly NuxtLink",[3167],{"name":3168,"color":3169},"v0","4137F6",292,"test-utils","tools for testing with Nuxt internal components","2024-05-01T17:44:35Z","https://github.com/nuxt/test-utils/issues/292",0.77140003,{"description":3154,"labels":3177,"number":3178,"owner":3147,"repository":3179,"state":3148,"title":3160,"updated_at":3180,"url":3181,"score":3182},[],4874,"ui","2025-09-02T12:21:11Z","https://github.com/nuxt/ui/issues/4874",0.7719847,{"description":3184,"labels":3185,"number":3186,"owner":3147,"repository":3171,"state":3187,"title":3188,"updated_at":3189,"url":3190,"score":3191},"A list to tracking the progress of tests for features, please feel free to add more\r\n\r\n- [x] Dev SSR\r\n- [x] Dev HMR\r\n- [ ] Lazy components with loader @antfu \r\n- [x] Relative assets: https://github.com/nuxt/nuxt.js/issues/13426\r\n- [x] E2E Tests for console.error",[],421,"closed","Features Testing Checklist","2023-12-02T00:13:09Z","https://github.com/nuxt/test-utils/issues/421",0.46366104,{"description":3184,"labels":3193,"number":3196,"owner":3147,"repository":3171,"state":3187,"title":3188,"updated_at":3197,"url":3198,"score":3199},[3194],{"name":3138,"color":3195},"a2eeef",332,"2023-12-02T00:23:08Z","https://github.com/nuxt/test-utils/issues/332",0.4716549,{"labels":3201,"number":3206,"owner":3147,"repository":3147,"state":3187,"title":3207,"updated_at":3208,"url":3209,"score":3210},[3202,3203],{"name":3141,"color":3142},{"name":3204,"color":3205},"3.x","29bc7f",13372,"Test utils support progress","2023-02-20T09:40:09Z","https://github.com/nuxt/nuxt/issues/13372",0.72912574,{"description":3212,"labels":3213,"number":3221,"owner":3147,"repository":3147,"state":3187,"title":3222,"updated_at":3223,"url":3224,"score":3225},"### Describe the feature\r\n\r\nThere is a lot of great experimental features that can be enabled in the `nuxt.config.ts`. Unfortunately, most people won't be aware of them, as they are either un-documented or not easily accessible (in the docs or @nuxt/schema source).\r\n\r\nIt would be great if we could have an up to date list, as more people would be aware of them, and it would create a nice feedback loop. \r\n\r\nWe could write a small sub-section for each of them, similar to what we can find in the blog posts (see here for [typed pages](https://nuxt.com/blog/v3-5)).\r\n\r\n(The up-to-date list can always be found at the source, currently in [@nuxt/schema/src/config/experimental](https://github.com/nuxt/nuxt/blob/main/packages/schema/src/config/experimental.ts))\r\n\r\n\r\n### Additional information\r\n\r\n- [X] Would you be willing to help implement this feature?\r\n- [ ] Could this feature be implemented as a module?\r\n\r\n### Final checks\r\n\r\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\r\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3214,3217,3220],{"name":3215,"color":3216},"documentation","5319e7",{"name":3218,"color":3219},"good first issue","fbca04",{"name":3204,"color":3205},21492,"[Documentation Request] Document Experimental Features","2023-06-20T18:17:09Z","https://github.com/nuxt/nuxt/issues/21492",0.7385592,{"description":3227,"labels":3228,"number":3235,"owner":3147,"repository":3147,"state":3187,"title":3236,"updated_at":3237,"url":3238,"score":3239},"### Describe the feature\r\n\r\nSimilar to Nuxt 2 feature: https://nuxt.com/blog/nuxtjs-from-terminal-to-browser\r\n\r\n\r\n\r\nThis is a major DX improvement IMO as many developers don't necessary know that they have to look at the terminal when refreshing the page.\r\n\r\nAnd since `console.log` is a popular way to debug JS application...\r\n\r\n### Nuxt 2 code:\r\n\r\nInitial PR back then in 2019: https://github.com/nuxt/nuxt/pull/5673\r\n\r\nDuring SSR: https://github.com/nuxt/nuxt/blob/246a9227267d6933f18b7cbdd1e3790edbdff602/packages/vue-renderer/src/renderers/ssr.js#L77-L109\r\n\r\nOn client-side: https://github.com/nuxt/nuxt/blob/246a9227267d6933f18b7cbdd1e3790edbdff602/packages/vue-app/template/client.js#L58-L67\r\n\r\n### Additional information\r\n\r\n- [ ] Would you be willing to help implement this feature?\r\n- [ ] Could this feature be implemented as a module?\r\n\r\n### Final checks\r\n\r\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\r\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3229,3230,3231,3234],{"name":3138,"color":3139},{"name":3204,"color":3205},{"name":3232,"color":3233},"dx","C39D69",{"name":3144,"color":3145},25260,"DX: Forward SSR logs in development back to the browser console","2024-03-15T23:36:49Z","https://github.com/nuxt/nuxt/issues/25260",0.74288255,{"labels":3241,"number":3243,"owner":3147,"repository":3147,"state":3187,"title":3244,"updated_at":3245,"url":3246,"score":3247},[3242],{"name":3215,"color":3216},13653,"Documentation progress","2025-02-22T22:32:21Z","https://github.com/nuxt/nuxt/issues/13653",0.7440454,["Reactive",3249],{},["Set"],["ShallowReactive",3252],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f2ucfnK039XWeJHGIUOWI44csLuW259r-lMOsWtlNH7Y":-1},"/nuxt/fonts/421"]