CodeMirror

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

Github stars Tracking Chart

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.

Overview

Name With Ownercodemirror/dev
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:Other
Release Count21
Last Release Name0.16.0 (Posted on 2020-12-28 12:15:26)
First Release Name0.1.0 (Posted on )
Created At2018-08-28 12:10:35
Pushed At2024-04-08 09:05:30
Last Commit At
Stargazers Count5.3k
Watchers Count73
Fork Count336
Commits Count1.9k
Has Issues Enabled
Issues Count1330
Issue Open Count17
Pull Requests Count28
Pull Requests Open Count0
Pull Requests Close Count13
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top