Add Inventory Order Management System#4237
Conversation
🔥A powerful and ready-to-use inventory management system, based on ASP.NET Core built with Monolithic Clean Architecture, CQRS, and MediatR. It features a completely RESTful API for seamless integration and a modern front-end powered by Vue.js.
|
Where are the vue parts? |
|
That does not seem like a best practice setup for vue. This is not a critique on your work, because this might be helpful to some people, its just that its not something to showcase to a broader audience. |
|
Thank you for the feedback. I believe it’s actually the opposite. For a multiple-page application where the HTML is server-side rendered (in this case by ASP.NET), Vue is extremely helpful due to its reactivity. It allows for a more seamless experience with less code. For example, I can use watch to observe changes without cluttering my code with event listeners just to update the DOM. All of this is achieved in a very simple manner, without requiring an additional build system, and the performance is already excellent—even without using Single File Components (SFC). |
|
Could be, but its specific to an environment where a server is serving pages. Since this is a vue list I think the audience is better off looking at vue specific solutions instead of depending on a whole different web framework. |





🔥A powerful and ready-to-use inventory management system, based on ASP.NET Core built with Monolithic Clean Architecture, CQRS, and MediatR. It features a completely RESTful API for seamless integration and a modern front-end powered by Vue.js.
GeneralTypeChecklistOpen SourceApps/Websites