Skip to content

Commit ac7e5e3

Browse files
committed
doc: Update README.md
1 parent c173f4f commit ac7e5e3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ Runs the project in development mode.
114114
# listen to the component compile and output the .js file
115115
# listen for compilation output type .d.ts file
116116
npm run watch
117-
117+
# listen to the component compile and output the .css file
118118
npm run css:watch
119-
# Step 3, development mode, listen to compile preview website instance
119+
# Step 2, development mode, listen to compile preview website instance
120120
npm start
121121
```
122122

@@ -129,6 +129,17 @@ npm run build
129129
The build is minified and the filenames include the hashes.
130130
Your app is ready to be deployed!
131131

132+
133+
### Related
134+
135+
If you need more features-rich Markdown Editor, you can use [@uiwjs/react-markdown-editor](https://github.com/uiwjs/react-markdown-editor)
136+
137+
- [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror): CodeMirror component for React. @codemirror
138+
- [@uiw/react-monacoeditor](https://github.com/jaywcjlove/react-monacoeditor): Monaco Editor component for React.
139+
- [@uiw/react-markdown-editor](https://github.com/uiwjs/react-markdown-editor): A markdown editor with preview, implemented with React.js and TypeScript.
140+
- [@uiw/react-markdown-preview](https://github.com/uiwjs/react-markdown-preview): React component preview markdown text in web browser.
141+
142+
132143
## License
133144

134145
Licensed under the MIT License.

0 commit comments

Comments
 (0)