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

@idooel/components

Package Overview
Dependencies
Maintainers
3
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@idooel/components

基于Vue 2.x的组件库,提供了一系列可复用的UI组件和业务组件。

latest
npmnpm
Version
0.0.3-beta.3
Version published
Maintainers
3
Created
Source

@idooel/components

基于Vue 2.x的组件库,提供了一系列可复用的UI组件和业务组件。

特性

  • 基于Vue 2.x开发
  • 使用Ant Design Vue作为基础UI框架
  • 支持UMD和ESM两种模块格式
  • 提供丰富的业务组件
  • 支持主题定制
  • 支持国际化

安装

npm install @idooel/components
# 或
yarn add @idooel/components
# 或
pnpm add @idooel/components

使用

完整引入

import Vue from 'vue'
import Components from '@idooel/components'
import 'ant-design-vue/dist/antd.css'

Vue.use(Components)

按需引入

import Vue from 'vue'
import { Button, Input } from '@idooel/components'

Vue.use(Button)
Vue.use(Input)

组件列表

基础组件

  • Button 按钮
  • Input 输入框
  • Select 选择器
  • DatePicker 日期选择器
  • Upload 上传组件
  • Editor 富文本编辑器

业务组件

  • [待补充]

依赖说明

主要依赖

  • Vue 2.x
  • Ant Design Vue 1.7.8
  • @idooel/expression
  • @idooel/shared

开发依赖

  • Rollup
  • Babel
  • PostCSS
  • Vue Template Compiler

开发指南

构建

# 构建UMD格式
npm run build:umd

# 构建ESM格式
npm run build:esm

本地开发

# 待补充

贡献指南

  • Fork 项目
  • 创建特性分支
  • 提交变更
  • 推送到分支
  • 创建 Pull Request

许可证

ISC

FAQs

Package last updated on 19 Mar 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