You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,9 +114,9 @@ Runs the project in development mode.
114
114
# listen to the component compile and output the .js file
115
115
# listen for compilation output type .d.ts file
116
116
npm run watch
117
-
117
+
# listen to the component compile and output the .css file
118
118
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
120
120
npm start
121
121
```
122
122
@@ -129,6 +129,17 @@ npm run build
129
129
The build is minified and the filenames include the hashes.
130
130
Your app is ready to be deployed!
131
131
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.
0 commit comments