-
Notifications
You must be signed in to change notification settings - Fork 563
docs: update the frontend section #1880
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
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.
lgtm
docs/kb/serve.md
Outdated
@@ -62,7 +62,7 @@ Reset the state only once. Use this flag to resume a failed reset or to initiali | |||
|
|||
Reset state on every file change. Do not import state and turn off state persistence. | |||
|
|||
`--rebuild-proto-once` use with `--reset-once` | |||
`starport generate vuex` |
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.
`starport generate vuex` |
I think we should just remove this from the serve
command doc. It's a separate command now.
docs/kb/serve.md
Outdated
@@ -62,7 +62,7 @@ Reset the state only once. Use this flag to resume a failed reset or to initiali | |||
|
|||
Reset state on every file change. Do not import state and turn off state persistence. | |||
|
|||
`--rebuild-proto-once` use with `--reset-once` | |||
`starport generate vuex` | |||
|
|||
Force code generation from proto files for custom and third-party modules. By default, Starport statically scaffolds files generated from Cosmos SDK standard proto files, instead of generating them dynamically. Use this flag to perform code generation on all modules if a blockchain was scaffolded on an earlier Starport version or after a Cosmos SDK upgrade. |
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.
Force code generation from proto files for custom and third-party modules. By default, Starport statically scaffolds files generated from Cosmos SDK standard proto files, instead of generating them dynamically. Use this flag to perform code generation on all modules if a blockchain was scaffolded on an earlier Starport version or after a Cosmos SDK upgrade. |
This paragraph only makes sense in the context of the flags above.
docs/kb/frontend.md
Outdated
|
||
`starport chain serve --reset-once --rebuild-proto-once` | ||
`starport chain serve --reset-once` |
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.
`starport chain serve --reset-once` |
You technically don't need to serve a chain to generate Vuex client.
Thanks for contributing, @championshuttler! ✨ |
729aa04
to
74dcca4
Compare
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 picking this up @championshuttler we appreciate your contributions!
Fixes #1829