https://github.com/steedos/steedos-plugin-monaco-editor
https://github.com/steedos/steedos-plugin-monaco-editor
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/steedos/steedos-plugin-monaco-editor
- Owner: steedos
- License: apache-2.0
- Created: 2020-12-11T16:14:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T14:15:17.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T14:28:43.866Z (10 months ago)
- Language: JavaScript
- Size: 228 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/)