🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more
Socket
Book a DemoInstallSign in
Socket

@dpapejs/aicui

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dpapejs/aicui

DPAPEJS AIC. ✔️A Component Library for VueJS2.x

npmnpm
Version
1.0.0-beta.15
Version published
Maintainers
1
Created
Source

A Vue.js 2.0 UI Compoent for Web.

dpapejs/aicui will stay with Vue 2.x

Install

npm install dpapejs/aicui@latest -S

Quick Start

import Vue from 'vue'
import AICUI from 'dpapejs/aicui'

Vue.use(AICUI)

// or
import {
  Select,
  Button
  // ...
} from 'dpapejs/aicui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

LICENSE

MIT

Keywords

components

FAQs

Package last updated on 14 Jul 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