rebornix / monaco-vue

Vue language plugin for the Monaco Editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you provide an example or usage for this module?

elantion opened this issue · comments

I am a newbee in Monaco Editor. I don't know how to add new language in it. Can anyone provide a example or guideline?
Thank you so much.

I also need an example on how to use this module.

This is a really great, but I'll echo the other comments in that a few minutes to add an example of usage would be a gratefully receive addition and a time saver for all. Thanks in advance. D

codebank.cn is based on monaco

commented

the usage example is located at https://github.com/rebornix/monaco-vue/blob/54dcb2b910f0979b518ba141c134f9029fd60782/test/index.html

just follow the README, and then open http://127.0.0.1:4000/test/ in browser

hope it helps