-
Notifications
You must be signed in to change notification settings - Fork 310
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
fix(docs): update README docs #491
Conversation
WalkthroughThe recent updates to the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
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.
Actionable comments posted: 0
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- README.md (1 hunks)
- README.zh-CN.md (1 hunks)
Additional Context Used
LanguageTool (2)
README.md (1)
Near line 101: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...tribution If you are interested in our open source project, please join us! 🎉 Please rea...README.zh-CN.md (1)
Near line 16: 数量词修饰并列短语,可能产生歧义
Context: ...持二次开发或被集成 - 直接生成可部署的源码,运行时无需引擎支撑 - 允许接入第三方组件、允许定制扩展插件 - 支持高代码与低代码,混合开发部署应用 - 平台接入 AI ...
Additional comments not posted (4)
README.zh-CN.md (2)
31-31
: LGTM! Simplifying command prompts can help avoid confusion in copy-paste scenarios.
37-39
: Good addition. Ensuring the plugin is built before starting the server can prevent runtime issues.README.md (2)
31-31
: LGTM! Simplifying command prompts can help avoid confusion in copy-paste scenarios.
37-39
: Good addition. Ensuring the plugin is built before starting the server can prevent runtime issues.
``` | ||
|
||
### 本地开发,启动本地 mock 服务器,使用本地 mock 服务器的 mock 数据 | ||
|
||
```sh | ||
$ pnpm dev | ||
# 启动前我们需要先构建 plugin | ||
pnpm build:plugin |
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.
建议缩小范围,开发态没有必要每次启动都构建所有的插件
English | 简体中文
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Background and solution
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
README.md
andREADME.zh-CN.md
files.$
symbol from commands.pnpm build:plugin
) before starting the development server.