Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ximing/ceditor
支持多人协作的code编辑器
https://github.com/ximing/ceditor
Last synced: 9 days ago
JSON representation
支持多人协作的code编辑器
- Host: GitHub
- URL: https://github.com/ximing/ceditor
- Owner: ximing
- License: mit
- Created: 2017-04-12T13:37:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T14:13:53.000Z (over 7 years ago)
- Last Synced: 2024-12-29T18:44:31.653Z (11 days ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 开发
```apple js
npm run dev
```
### build demo
```apple js
npm run builddemo
```### bulid lib
```apple js
npm run buildlib
```
### todo
* 从本地打开
* 切换主题
* 切换语言
* 多人光标
*