0.1.8 • Published 3 years ago

moban-ui v0.1.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Moban 的灵感来源于 "科圣" 墨子和 "匠师" 鲁班 ,期望 Moban 赋予开发者们更多自定义组件的能力,是一套基于 Vue 2.0 的桌面级 UI 组件库。

🔥 安装

npm install moban-ui -save

👍 快速开始

import Vue from "vue"
import App from "./App.vue"
import Moban from "moban-ui"
import "moban-ui/lib/theme-chalk/index.css"

Vue.use(Moban)

new Vue({
  el: "#app",
  render: h => h(App)
}).$mount("#app")

🎈 许可证

Moban UI is MIT Licensed

📌 更新日志

https://tanglaoji.gitee.io/moban-ui

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago