0.0.10 • Published 7 months ago

@eegames/consoleui v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
7 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

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago