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

@vue-plugin-arch/core

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-plugin-arch/core

Vue 插件架构系统核心包

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

@vue-plugin-arch/core

Vue 插件架构系统的核心运行时包。

概述

这个包提供了 Vue 插件架构系统的核心功能,包括插件管理、布局管理、事件通信和数据持久化等运行时服务。

主要功能

  • 🔌 动态插件加载和卸载
  • 📐 基于 dockview 的可视化面板布局
  • 🔄 基于 mitt 的事件总线
  • 💾 插件数据存储
  • 🔗 API 接口代理

安装

pnpm add @vue-plugin-arch/core

使用

import { createPluginManager } from '@vue-plugin-arch/core'

// 创建插件管理器
const pluginManager = createPluginManager(app, storage)

FAQs

Package last updated on 24 Oct 2025

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