vue monaco:Vue.js的MonacoEditor组件 源码
维摩纳哥 是支持VS Code的代码编辑器,由于此项目,现在可以作为Vue组件 。 安装 npm install vue-monaco 要么 yarn add vue-monaco 用法 将ESM版本与Webpack一起使用 使用 : // webpack.config.js const MonacoEditorPlugin = require ( 'monaco-editor-webpack-plugin' ) module . exports = { plugins : [ new MonacoEditorPlugin ( { //
文件列表
vue-monaco-master.zip
(预估有个15文件)
vue-monaco-master
circle.yml
672B
.gitattributes
12B
yarn.lock
365KB
src
MonacoEditor.js
3KB
index.js
181B
example
index.js
1KB
style.css
52B
暂无评论