CodeMirror

CodeMirror 编辑器项目的开发库。「Development repository for the CodeMirror editor project」

Github星跟踪图

CodeMirror

Build Status

This is the central repository for CodeMirror. It holds the bug tracker and development scripts.

If you want to use CodeMirror, install the separate packages from npm, and ignore the contents of this repository. If you want to develop on CodeMirror, this repository provides scripts to install and work with the various packages.

To get started, make sure you are running node.js version 16. After cloning the repository, run

node bin/cm.js install

to clone the packages that make up the system, install dependencies, and build the packages. At any time you can rebuild packages, either by running npm run prepare in their subdirectory, or all at once with

node bin/cm.js build

Developing is best done by setting up

npm run dev

which starts a server that automatically rebuilds the packages when their code changes and exposes a dev server on port 8090 running the demo and browser tests.

Please see the website for more information and docs.

主要指标

概览
名称与所有者codemirror/dev
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证Other
所有者活动
创建于2018-08-28 12:10:35
推送于2024-11-15 15:35:27
最后一次提交
发布数21
最新版本名称0.16.0 (发布于 2020-12-28 12:15:26)
第一版名称0.1.0 (发布于 )
用户参与
星数6.5k
关注者数75
派生数401
提交数1.9k
已启用问题?
问题数1497
打开的问题数33
拉请求数28
打开的拉请求数1
关闭的拉请求数15
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?