New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@easyui/vue-code-editor

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easyui/vue-code-editor

This is a web code editor for CodeMirror

latest
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

vue-code-editor

介绍

基于 CodeMirror 封装的在线代码编辑器

帮助文档

https://blancker.github.io/vue-code-editor-docs/

环境说明

  • vue 版本:>3.4.0

安装

# NPM
npm i @easyui/vue-code-editor --save


# PNPM
pnpm add @easyui/vue-code-editor

使用

import { createApp } from "vue";
import VueCodeEditor from "@easyui/vue-code-editor";
import "@easyui/vue-code-editor/index.css";
import App from "./App.vue";

const app = createApp(App);

app.use(VueCodeEditor);
app.mount("#app");

Keywords

vue3

FAQs

Package last updated on 09 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts