3.0.0 • Published 1 year ago

junbo-ui v3.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

junbo-ui

内置组件如下

  • element-plus: "2.5.6"
  • vue": "3.4.26"
  • vuedraggable": "4.1.0"
  • sortablejs": "1.14.0"

打包

修改 package.json 中的 version 字段,修改 build/index.js 中的打包脚本,把要新增的组件库引入进去,然后执行 npm run build 打包。

安装

  • 如果使用的是 cdn 上的 vuejs,在 JunboUI 之前引入 vue 即可,例如:
<link rel="stylesheet" href="https://cdn.lipush.com/junbo/css/JunboUI@2.0.5.css" />

<script src="https://cdn.lipush.com/other/js/vue@3.2.47vue-router@4.1.6pinia@2.0.32.js"></script>
<script src="https://cdn.lipush.com/junbo/js/JunboUI@2.0.5.js"></script>
  • 如果使用的是本地 node_modules 的 vuejs,先直接引入 JunboUI 样式,例如:
npm i junbo-ui -S
<link rel="stylesheet" href="https://cdn.lipush.com/junbo/css/JunboUI@2.0.5.css" />

然后在 main.js 文件添加如下代码:

import { createApp } from 'vue';

const app = createApp(App);

import JunboUi from 'junbo-ui';

app.use(JunboUI);

使用

组件具体使用方法请看demo源码

<JunboTable :table="table"></JunboTable> ...
3.0.0-beta1

1 year ago

1.1.0-beta1

1 year ago

2.7.0

1 year ago

2.1.7

1 year ago

3.0.0

1 year ago

3.0.0-beta4

1 year ago

3.0.0-beta6

1 year ago

3.0.0-beta3

1 year ago

3.0.0-beta.1

1 year ago

3.0.0-beta.2

1 year ago

2.1.5

1 year ago

2.1.4

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.3

2 years ago

2.1.0

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago