JSUI
JSUI copied to clipboard
[Questions]
Hi @kitze I have two questions...
1.- Could be possible to change the default command execution when you press the button play in the app? It's execute the start command (npm run start), but I would like to run the dev command. (npm run dev).
2.- Is possible to use the "native terminal" and not the integrated in the app when you launch an app? It's fine the integrated terminal, but I prefer the normal.
Please, if you give me "some light" I can implement these features...
Thanks & good work!
-
For now it runs either
start
, ordev
, ordevelop
. So that should work. -
Not for now, the idea is not to use default Terminal. Why do you prefer the normal one and what are you missing?
1.- Ok, good, but how can I choose the default command? I'm using start for production... but I don't know how can I set default 'dev' for some projects. For example, for my API projects, I use dev, but for frontend projects I use start (from create-react-app).
2.- Sometimes, the integrated terminal doesn't stop the processes (typical ctrl+c) when I press the stop button... and I have lose the "colors" in my ZSH terminal (so stupid, but I like colors). Maybe in a future, I won't need to use the native terminal. Fox example, in vscode I use a lot the integrated terminal for npm and git commands.
Thanks! My team & me are using JSUI because we have a lot of microservices, and this is very easy to launch all our projects very fast!!
Thanks @kitze!
@chemitaxis I'm coming back to this project with a new release. I'm curious if you and your team are still using it?
Hi @kitze in this moment we are not using... but we can check it again :) Thanks for the new release... the main reason why we are not using, it's because we are moving to a monorepo architecture.
@chemitaxis just released the new version. Is there anything that should be added to support monorepos in a better way?
I will check ASAP! Thanks 😊
On 28 Oct 2019, at 13:32, Kitze [email protected] wrote:
@chemitaxis just released the new version. Is there anything that should be added to support monorepos in a better way?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.