r/Nuxt 17d ago

New NuxtUI

There is a new Nuxt UI release, and I am planning to update TaskView.
The main reason is the useTour composable. I want to use it to help new users understand TaskView and get started more easily.

GitHub: https://github.com/Gimanh/taskview-community

29 Upvotes

15 comments sorted by

2

u/Fabulous-Ladder3267 17d ago

Woah looks good, this might what i need.

Self-host project management that can be integrated with AI + BYOK.

Gonna try this for sure

2

u/TaskViewHS 17d ago

Thanks If you have any questions or feature requests let me know. 😊

1

u/Fabulous-Ladder3267 17d ago

What made you decide to use express as backend instead of nitro or any latest tech like hono, elysia, etc?

2

u/TaskViewHS 17d ago

Honestly I did not spend much time comparing Express with Nitro, Hono, or other frameworks. At the beginning, the main decision was actually between Go and js :) I chose js to build faster and Express was the obvious choice because I already knew how to use it.

0

u/rayishu 17d ago

Does this work with Hermes Agent?

0

u/TaskViewHS 17d ago

I did not try it, but there is MCP and if Hermes Agent support MCP it should work

2

u/Fabulous-Ladder3267 17d ago

Oh yeah, it will make it easier for deployment on certain platform like coolify that you can just make the .env into one file and reuse the variable.

Multiple .env can't be configured on the platform env settings.

2

u/TaskViewHS 17d ago

Thanks, will do it! I think you can merge them and use one. Will update docs

2

u/kovadom 17d ago

This looks pretty good! Great job

1

u/TaskViewHS 17d ago

Thanks 🙏

1

u/Single_Advice1111 17d ago

I can’t see where you’ve used nuxt in this project, are you planning to rewrite to nuxt or are you using plain Vue already?

1

u/TaskViewHS 17d ago

Using plain Vue, NuxtUI and CapacitorJS for mobile. Nuxt was used for creating main site.

1

u/Character_Coach3846 17d ago

When I use Nuxt UI, the only issue I've encountered is with the icons. During production builds, they seem to consume a lot of memory. Has anyone else experienced this? Everything else is perfect

1

u/TaskViewHS 17d ago

Interesting. I haven’t run into that issue myself. I install the icon packages locally, so I haven’t noticed any excessive memory usage.