An open API service indexing awesome lists of open source software.

https://github.com/steedos/steedos-plugin-monaco-editor


https://github.com/steedos/steedos-plugin-monaco-editor

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

### 安装 yarn
```
npm i yarn -g
```

### 国内建议使用npm淘宝镜像
```
npm config set registry http://registry.npm.taobao.org/
```

### 使用yarn安装依赖包
```
yarn
```

### 启动服务器
```
yarn start
```

### 了解更多
- [开发文档](https://www.steedos.com/developer/)