vue-monaco icon indicating copy to clipboard operation
vue-monaco copied to clipboard

MonacoEditor component for Vue.js

Results 60 vue-monaco issues
Sort by recently updated
recently updated
newest added

Using the provided App.vue and webpack.config.js, the following errors are thrown at runtime: ![image](https://user-images.githubusercontent.com/23464391/115095021-8fef1d80-9ed4-11eb-8d01-d8c1fdd2b3d2.png) **App.vue** ```javascript import MonacoEditor from 'vue-monaco' export default { components: { MonacoEditor }, data() { return...

Using Vite to build a vue project, with es module import like ```ts import MonacoEditor from 'vue-monaco' ``` ```js ReferenceError: require is not defined at a.mounted (vue-monaco.es.181a4dd2.js:6) at Mt (vendor.6a78aee7.js:6)...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.21. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in lodash Versions of lodash prior to 4.17.19...

dependencies
security

HI, I have this error when I run `npm run serve` ``` ERROR Error: Cannot find module 'vs/editor/contrib/anchorSelect/anchorSelect' Require stack: - C:\Users\xxxxx\source\repos\grpc-tester\Qualifit.GrpcTester.UI\node_modules\monaco-editor-webpack-plugin\out\index.js - C:\Users\xxxxx\source\repos\grpc-tester\Qualifit.GrpcTester.UI\vue.config.js - C:\Users\xxxxx\source\repos\grpc-tester\Qualifit.GrpcTester.UI\package.json Error: Cannot find module...

Add build configuration of Vue Cli and installation guide of monaco-editor-webpack-plugin

现在微软已经放出了monaco的0.22.x,对应的webpack plugin也有了,未来是否有计划升级一下这个包用到的版本?

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Signature Malleabillity in elliptic The Elliptic package before version...

dependencies
security

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution Overview The ini npm package before version 1.3.6...

dependencies
security

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.14.1. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Denial of Service in js-yaml Versions of js-yaml prior to...

dependencies
security

When I use the `vue-monaco`, it raise this warning in my electrion application. What should I do? I installed `monaco-editor` and `monaco-editor-webpack-plugin` but do not work for me.