-
Notifications
You must be signed in to change notification settings - Fork 186
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
Idea: Development scaffolding similar to front-end #435
Comments
But I think this is not the main demand at the moment. |
It's a good idea to have a build tool that helps to speed up the development process. However, let us think about how to add similar tools for every wrapper depending on the wrapper language and needs while we keep the core as simple as possible (c compiler, and a make file). |
for other wrappers, the role of webUI is better the smaller it is, it’s just a binary protocol between the backend and frontend. The webUI itself does not serve as a backend, for example, in the case of deno.js and this, in my opinion, is more good than bad. For the C++ version, etc. maybe everything is different |
In fact, the current difficulty is that if we combine webui with front-end vue react, then we have to introduce a different port js It would be nice if these differences could be smoothed out.But I haven’t thought of a solution for price comparison at the moment. |
Just adding my .02$ I quite prefer that I have the freedom to implement whatever development tools I like into the development workflow in WebUI. I think that one option would be to provide examples as part of the WebUI documentation of how existing frontend tooling like Modern dev tools like (I am currently in the process of integrating |
Recently when I was trying to develop the front end, I found that the overall development experience was not very good. Maybe we can try to refer to elecron-vite
Make similar scaffolding to help development
The text was updated successfully, but these errors were encountered: