0.0.10 • Published 10 months ago

@eegames/consoleui v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Console UI

Console UI 是一个基于 Vue 3、Element Plus 和 TypeScript 的轻量级组件库,专为控制台类应用设计。

特性

  • 🚀 基于 Vue 3 和 TypeScript,提供完整的类型支持
  • 💪 继承 Element Plus,在其基础上扩展更多功能
  • 🎨 统一的设计规范,提供一致的用户体验
  • 📦 按需引入,支持树摇优化

安装

npm install @eegames/consoleui

快速开始

import { createApp } from 'vue'
import ConsoleUI from '@eegames/consoleui'
import '@eegames/consoleui/dist/index.css'

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

组件列表

  • Alert 提示
  • Dialog 对话框
  • Toast 消息提示

开发指南

本地开发

npm install
npm run dev

构建

npm run build

发布

npm login
npm run build
npm publish --access public
0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago