Monaco Editor for Vue.. Latest version: 1.0.10, last published: 5 years ago. Start using monaco-editor-vue in your project by running `npm i monaco-editor-vue`. There are 15 other projects in the npm registry using monaco-editor-vue.
//unpkg.com/vue-monaco">require.config({paths:{vs:'monaco-editor/min/vs'}})newVue({el:'#app',template:`<monaco-editorstyle="width:800px;height:600px;border:1px solid grey"v-model="code"language="javascript":amdRequire="amdRequire"/>`,data:{code:'const noop = () => {}'},method...
vue monaco-editor editor mysticatea •1.1.0•5 years ago•1dependents•MITpublished version1.1.0,5 years ago1dependentslicensed under $MIT 3,236 dt-python-parser There are some python parsers built with antlr4, and it's mainly for the **BigData** domain. ...
monaco vue3 editor,集成了 monaco-promql,简单易用的代码编辑器。 Version2.3.3LicenseMIT INSTALL Type:ESMDefault Version: Learn more Monaco Editor Vue3 Monaco Editor is the code editor that powers VS Code, now it's available as a Vue3 component Install...
Monaco Editor Component for Vue.js 2.x Version0.0.19 INSTALL Type:ESMDefault Version: import vueMonacoEditor from'https://cdn.jsdelivr.net/npm/vue-monaco-editor@0.0.19/+esm' Learn more ReadmeFilesStatisticsBrowse CDN Statistics Requests0 Bandwidth0 Top...
monaco-vue Vue plugin for the Monaco Editor rebornix published0.2.3•7 years agopublished version0.2.3,7 years ago @vscode/monaco-editor A browser based code editor vscode published0.21.2•4 years agopublished version0.21.2,4 years ago ...
loader":"^4.1.6","vue":"^2.6.12","vue-cron":"^1.0.9","vue-demi":"^0.12.1","vue-i18n":"^8.12.0","vue-monaco":"^1.2.1","vue-router":"^3.0.7","vuedraggable":"^2.24.3","vuex":"^3.1.1","vxe-table":"^2.10.10","wcwidth":"^1.0.1","xe-utils":"^2.8.3","...
"monaco-editor": "^0.17.0", "node-polyfill-webpack-plugin": "^2.0.1", "@mark/babel-plugin-mark": "~1", "@mark/vue-cli-plugin-mark": "~1.0.5", "nprogress": "^0.2.0", "postcss": "^8.4.21", "sass": "^1.58.3", ...
"monaco-editor": "^0.33.0", "nanoid": "^4.0.0", "normalize.css": "^8.0.1", "nprogress": "^1.0.0-1", "pinia": "^2.0.14", "qrcode": "^1.5.0", "qs": "^6.11.0", "vant": "3.5.2", "vue": "3.2.37", "vue-router": "^4.0.16", ...
6. 对于不经常变动的部分,建议提前编译,或通过DllPlugin进行优化。比如行云部署项目本身依赖 monaco editor, 但每次对它的源码进行构建很耗时,所以直接将提前编译好的代码提交了,后续直接用. 7. 注意避免一个项目被 build 多次,比如: 7.1 对于使用 vue-cli-service 的应用,v5.0.0-beta.0 开始,可能会根据浏览器...