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

@fcbyk/vue-ui

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fcbyk/vue-ui

Personal Vue component library

latest
Source
npmnpm
Version
0.0.1-alpha.3
Version published
Maintainers
1
Created
Source

Coke UI

npm (scoped) license bundle size

个人Vue 3组件库,用于快速开发。

特性

  • 🚀 基于Vue 3 + TypeScript
  • 📦 开箱即用的高质量组件
  • 🎨 现代化设计风格
  • 📱 响应式设计
  • 🔧 支持按需引入
  • 📖 完整的TypeScript支持

安装

npm install @fcbyk/vue-ui

全局引入

import { createApp } from 'vue'
import CokeUI from '@fcbyk/vue-ui'
import '@fcbyk/vue-ui/style.css'
import App from './App.vue'

const app = createApp(App)
app.use(CokeUI)
app.mount('#app')

按需引入

import { CCollapse, CBadge } from '@fcbyk/vue-ui'
import '@fcbyk/vue-ui/style.css'

Keywords

vue

FAQs

Package last updated on 17 Sep 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