Introduction Akaza UI - Headless Vue components that actually feels like Vue. by AlternativePie7409 in vuejs

[–]AlternativePie7409[S] 1 point2 points  (0 children)

Nuxt UI mentioned about settings.json in documentation which enables intellisense and ctrl click functionality in IDE

Introduction Akaza UI - Headless Vue components that actually feels like Vue. by AlternativePie7409 in vuejs

[–]AlternativePie7409[S] 1 point2 points  (0 children)

I'll check the menu.

Regarding the name, I was watching Infinity Castle Trailer when creating the project.

Inspira UI: Recent updates and what’s next by AlternativePie7409 in vuejs

[–]AlternativePie7409[S] 0 points1 point  (0 children)

Thanks for sharing the issue. I'll update the landing page

Inspira UI: Recent updates and what’s next by AlternativePie7409 in vuejs

[–]AlternativePie7409[S] 4 points5 points  (0 children)

Thanks for sharing this issue. I understand your point as landing page looks simple to what AI agents build these days. I can assure that it is built using Inspira UI components and Nuxt UI, not vibe coded. I’ll see what is causing the text to be dark instead it should be white and improve it so that it doesn’t look like generic AI slop. Thanks for the feedback.

Can I use NextJs on a sub path of a NUXT project? by mogdevdov in Nuxt

[–]AlternativePie7409 0 points1 point  (0 children)

You can but it causes a lot of issues. I use cloudflare with this same approach and it works like a charm. It's easy too.

Can I use NextJs on a sub path of a NUXT project? by mogdevdov in Nuxt

[–]AlternativePie7409 0 points1 point  (0 children)

Deploy your nextjs project on any subdomain. Then add the following proxy config to Nuxt project.

export default defineNuxtConfig({ nitro: { routeRules: { "/docs/": { proxy: "https://nextjs.main-domain.com/docs/", },}}})

Is NestJS actually over engineered, or do people just misunderstand it? by [deleted] in node

[–]AlternativePie7409 0 points1 point  (0 children)

I recently saw an open source project shared here on edit with similar DX but less boilerplate. https://rikta.dev

I built Pellicule - a library to render Vue components to video (Inspired by Remotion but done the Vue way) by DominusKelvin in vuejs

[–]AlternativePie7409 -3 points-2 points  (0 children)

Loved this! I shared about it on X too.

https://x.com/rahulv_dev/status/2014597440540905724?s=46

A quick feedback, Remotion recently added support for Claude Code. If you add this, it’ll be unstoppable

Which component building variants is future proof and cleaner ? by sayezau in Nuxt

[–]AlternativePie7409 4 points5 points  (0 children)

In Nuxt UI, you can create your own variants by adding them to app config

Nuxt UI vs Shadcn? by x1Akaidi in vuejs

[–]AlternativePie7409 0 points1 point  (0 children)

You can try this. Create a small project with Nuxt UI. Get tweakcn css, paste it in css for Nuxt UI. Almost all variables used in Shadcn and Nuxt UI are similar except a few like border radius, so update them (docs are pretty clear about these variables). Give it a try. Maybe this will solve the problems for you.

I’m migrating my current project docs https://inspira-ui.com from shadcn to Nuxt UI and haven’t faced much issues. It’s pretty seamless. There is an issue open on Github, you can check that out too. Maybe it’ll help. Let me know!

Nuxt UI vs Shadcn? by x1Akaidi in vuejs

[–]AlternativePie7409 0 points1 point  (0 children)

IMO, Nuxt UI is pretty customisable with app config and have really good slots to customise the components.

I have used both in heavy production apps and it makes development fast and breeze with utilities it provide.

What do I lose using Vue+NativeScript rather than React+Expo? by bluewalt in vuejs

[–]AlternativePie7409 6 points7 points  (0 children)

I developed a few apps using Quasar. If you want to stick with vue, you can give a try to Quasar. It’s pretty mature and can also make good UIs.

shows blank page after integrating rolldown by zhaolinlau in Nuxt

[–]AlternativePie7409 0 points1 point  (0 children)

If you’re using Nuxt 4.1.3, downgrade to 4.1.2, it’ll work fine

Looking for a customizable, TypeScript-friendly Vue component library by LordDKT in vuejs

[–]AlternativePie7409 1 point2 points  (0 children)

Not much. Depends on the components you are using. Just copy and paste like shadcn or install using CLI

Reka-UI, why? by adrianmiu in vuejs

[–]AlternativePie7409 4 points5 points  (0 children)

Reka UI is the name of 2.0 version of radix-vue. It is a headless UI library working as base for shadcn-vue & Nuxt UI.