MonacoEditor component for Vue.js. Latest version: 1.2.2, last published: 4 years ago. Start using vue-monaco in your project by running `npm i vue-monaco`. There are 26 other projects in the npm registry using vue-monaco.
This template should help get you started developing with Vue 3 in Vite.. Latest version: 0.1.3, last published: 10 months ago. Start using @jeanjpnm/monaco-vue in your project by running `npm i @jeanjpnm/monaco-vue`. There are no other projects in the n
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.
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...
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 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...
vue.config.js const MonacoLocalesPlugin = require('./plugins/MonacoEditorLocalesPlugin.js') const path = require('path') const webpack = require('webpack') const resolve = dir => { return path.join(__dirname, dir) } // 设置环境变量,可以在全局使用 process.env.VUE_APP_MA_VERSION = re...
"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", ...
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 ...
以下是我的代码结构 --edit | index.vue | monaco.vue --preview | index.vue 现在打包的时候 我只想打包 /preview预览目录下的文件(目的为了减小打包体积) /edit都是我编辑工程时所用(引入了较多第三方插件),对于用户而言没什么用 请问大佬们该如何解决?