scniro / react-codemirror2

Codemirror integrated components for React
MIT License
1.65k stars 192 forks source link

How to use react-codemirror2 when there is no installed node environment? #197

Open fengnex opened 4 years ago

fengnex commented 4 years ago

Now, we want to use react-codemirror2 in the style of static javascript file. I mean, we do not want to use it through npm or yarn with the environment of node. I wonder how to achieve the above goal after checking documents and some source code files of react-codemirror2.

gonzen2310 commented 4 years ago

@fengnex you can just use Codemirror without react https://codemirror.net/index.html