1.0.0-alpha.4 • Published 9 months ago

quick-admin-ui v1.0.0-alpha.4

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

quick-admin-ui

介绍

基于 element-plus 开发的 ui 框架,二次封装了常用的组件。

使用

  • 安装
pnpm i quick-admin-ui -D
  • 全局导入
//main.ts
import QuickUI from "quick-admin-ui";

const app = createApp(App);
app.use(QuickUI);
app.mount("#app");

组件

组件使用参见组件开发文档

辅助

  • 切换淘宝镜像
npm config set registry https://registry.npm.taobao.org
  • 切换 npm
npm config set registry https://registry.npmjs.org
  • 切换是否成功验证
npm config get registry
1.0.0-alpha.4

9 months ago

1.0.0-alpha.3

9 months ago

1.0.0-alpha.2

9 months ago

1.0.0-alpha.1

9 months ago