JSUI icon indicating copy to clipboard operation
JSUI copied to clipboard

[Questions]

Open chemitaxis opened this issue 6 years ago • 6 comments

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!

chemitaxis avatar Jun 16 '18 08:06 chemitaxis

  1. For now it runs either start, or dev, or develop. So that should work.

  2. Not for now, the idea is not to use default Terminal. Why do you prefer the normal one and what are you missing?

kitze avatar Jun 16 '18 09:06 kitze

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 avatar Jun 16 '18 09:06 chemitaxis

@chemitaxis I'm coming back to this project with a new release. I'm curious if you and your team are still using it?

kitze avatar Oct 28 '19 11:10 kitze

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 avatar Oct 28 '19 11:10 chemitaxis

@chemitaxis just released the new version. Is there anything that should be added to support monorepos in a better way?

kitze avatar Oct 28 '19 12:10 kitze

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.

chemitaxis avatar Oct 29 '19 17:10 chemitaxis