KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
monaco-editor-docs
★ 68
Open GitHub ↗
monaco-editor 中文文档
Download README (.md)
Explore Similar Repositories
clangd-in-browser
:
Port clangd language server to WASM, and run it in your browser.
hopper
:
Modern GraphQL IDE, similar to GraphiQL and GraphQL Playground. Based on Monaco Editor (vscode).
monaco-editor-wrapper
:
No description available.
ovid-editor
:
Adobe panel providing the most advanced scripting environment possible -- Typescript, app DOM autocomplete, full I/O features and more
awesome-monaco-editor
:
awesome-monaco-editor
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
monaco-editor-docs
?
Download (.md)
# monaco-editor-docs monaco-editor 中文文档 肝力有限,求点赞 这是个人在使用Monaco-editor时,官网的查看缺少例子,所以采用文档比较详细的vue文档风格进行整理。 在线地址:[在线地址](https://aydk.site/) 完善中ing 欢迎微信扫描进群交流:  ## 1. 安装 ``` shell // node 版本18+ pnpm install ``` ## 2. 运行 ``` shell pnpm docs:dev // http://localhost:8081/monaco-editor-docs/ ``` ## 3.打包 ``` shell pnpm docs:build ```