Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hizzgdev committed Nov 15, 2023
1 parent 00c9ba8 commit 7d4fee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/zh/5.development.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

**Node.js** : 项目中使用 jsMind 并不依赖 Node.js 环境,但是在开发时,我们需要在 Node.js 环境下执行单元测试、代码格式化检查、及打包和压缩。jsMind 的 CI 环境里使用的 Node 版本是 18.x。

**Visual Studio Code** : 如果您使用的 IDE 是 VS Code, 建议您安装这个插件: `esbenp.prettier-vscode` 。这样你的 VS Code 将能自动按 jsMind 的配置对代码进行格式化
**Visual Studio Code** : 如果您使用的 IDE 是 VS Code, 建议您安装这个插件: `esbenp.prettier-vscode` 。这样你的 VS Code 将能自动按 jsMind 的配置对代码进行格式化

开发
===
Expand Down
2 changes: 1 addition & 1 deletion es6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jsMind 使用 ES6 编写,源代码位于 `/src`,构建目录为 `/es6`。

你可能注意到了,在 `es6` 这个目录里没有任何 `js``es` 文件。是的,构建的文件仅会被包含在 `NPM` 里,但并不会保留在代码库中。

你可以从 CDN 上下载这些文件,也可以在你本地构建,只需在项目根目录里运行 `npm run build` 即可。更详细的介绍可参考[贡献代码指南](../docs/en/5.development.md)里的相关内容。
你可以从 CDN 上下载这些文件,也可以在你本地构建,只需在项目根目录里运行 `npm run build` 即可。更详细的介绍可参考[贡献代码指南](../docs/zh/5.development.md)里的相关内容。

0 comments on commit 7d4fee7

Please sign in to comment.