mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 16:21:31 +00:00
Created Web IDE (markdown)
parent
facbf2b48d
commit
3e6478b6f7
9
Web-IDE.md
Normal file
9
Web-IDE.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
For displaying and editing code, you can utilize the **Monaco Editor**, which supports a lot of languages, provides syntax highlighting, code completion, etc. When you need to validate the user's input, the *deploy button* comes handy. It triggers an event, so you can run unit tests or anything you need, after that the frontend waits for your reply indicating success or failure.
|
||||||
|
***
|
||||||
|
|
||||||
|
**Available commands**:
|
||||||
|
* [ide.read](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/ide.read)
|
||||||
|
* [ide.write](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/ide.write)
|
||||||
|
* [ide.reload](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/ide.reload)
|
||||||
|
* [deploy.start](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/deploy.start)
|
||||||
|
* [deploy.finish](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/deploy.finish)
|
Loading…
Reference in New Issue
Block a user