Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is vite required? #1

Open
JusticeN opened this issue Feb 7, 2023 · 2 comments
Open

Is vite required? #1

JusticeN opened this issue Feb 7, 2023 · 2 comments

Comments

@JusticeN
Copy link

JusticeN commented Feb 7, 2023

Angular already has its own way for building. Is it not better to not change it?

It will also reduce complexity with less tools added to the stack

@cromoteca
Copy link
Owner

Hilla is a full-stack framework and uses Maven and Vite to manage backend and frontend respectively. Furthermore, Vite is transparently handled by Maven. As you pointed out, Angular has its own tools, so mixing both of them requires giving priorities to one toolchain or the other.

This prototype tries to integrate Angular in the existing Hilla toolchain, but the other way around is also worth exploring. I think that it would require more work, as we should make all the Hilla client part optional, and we would loose the ability to launch everything with a single command. But that would make sure Angular works at its best.

@JusticeN
Copy link
Author

JusticeN commented Feb 8, 2023

Thanks for the explanation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants