Vue language plugin for the Monaco Editor. Forked from Vetur, replaced components with Monaco standalone packages and adopted Monaco Editor Extension API.
Internally the Vue plugin uses the vscode-html-languageservice, vscode-css-languageservice node modules. The same modules is also used in Visual Studio Code to power the HTML/CSS editing experience.
git clone https://github.com/rebornix/monaco-vuecd monaco-vuenpm install . // yarn installnpm run watch // gulp watch- run
gulp simpleserverin another terminal session and launchhttp://127.0.0.1:4000/.