-
Notifications
You must be signed in to change notification settings - Fork 563
fix(cmd/generate): vuex and openapi cmds should work #1356
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
Conversation
whether if 'client' section presents or not in the 'config.yml'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix! One suggestion is let's make starport g vuex
behave like starport g vuex --rebuild-proto-once
, so every time it generates proto for everything. We can drop the flag.
Any spesific reason to this? Because build and serve command takes the same approach. By removing this flag, one drawback I can think of is, it'll take too much time to complate this command. User also may not care about generating vuex code except their own modules. |
Consensus is that we generate everything by default with |
Handled by 623bab4. 👍 |
* fix(cmd/generate): vuex and openapi cmds should work whether if 'client' section presents or not in the 'config.yml'. * fix generate all logic for build and serve * fix * generate all
whether if 'client' section presents or not in the 'config.yml'.