0.2.5 • Published 2 years ago
x-ui-vue3 v0.2.5
文档
这里 可以查看在线文档
支持环境
仅支持 Vue >= 3.2.0
Chrome |
---|
78+ |
安装
# NPM
npm i -S x-ui-vue3 @vueuse/core moment
全量引入
import { createApp } from 'vue'
import XUI from 'x-ui-vue3'
import App from './App.vue'
import 'x-ui-vue3/theme/light.css' // 浅色主题
// import 'x-ui-vue3/theme/dark.css' // 深色主题
const app = createApp(App)
app.use(XUI)
vite 按需引入
npm install -D unplugin-vue-components
// vite.config.ts
import { defineConfig } from 'vite'
import Components from 'unplugin-vue-components/vite'
import { XUIResolver } from 'x-ui-vue3/plugins'
export default defineConfig({
// ...
plugins: [
Components({
resolvers: [XUIResolver()]
})
]
})
类型支持
// tsconfig.json
{
"compilerOptions": {
// ...
"types": ["x-ui-vue3/global"]
}
}
常见问题
这个组件库为什么会存在?
因为好玩 🤣
喜欢 win10 风格,所以就尝试着做一套 win10 组件库
这个组件库有什么优点吗?
与 naive-ui、antdv 等主流UI库相比并没什么优势
唯一的优点就是 win10 风格
那有什么缺点吗?
😙亲!缺点可多了呢!
功能不丰富
文档不完善
可能有bug
只测试了 Chrome 最新版本,其他浏览器性兼容未知
我是编程新手,可以用吗?
不推荐
建议学习其他主流UI库,此 UI 仅供学习娱乐
0.2.0-alpha.8
2 years ago
0.2.0-alpha.7
2 years ago
0.2.0-alpha.9
2 years ago
0.2.0-alpha.2
2 years ago
0.2.0-alpha.1
2 years ago
0.2.0-alpha.4
2 years ago
0.2.0-alpha.6
2 years ago
0.2.0-alpha.5
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.2.3
2 years ago
0.2.2
2 years ago
0.2.5
2 years ago
0.2.4
2 years ago
0.1.20
4 years ago
0.1.22
4 years ago
0.1.23
4 years ago
0.1.24
4 years ago
0.1.26
3 years ago
0.1.17
4 years ago
0.1.18
4 years ago
0.1.19
4 years ago
0.1.11
4 years ago
0.1.12
4 years ago
0.1.13
4 years ago
0.1.14
4 years ago
0.1.15
4 years ago
0.1.16
4 years ago
0.1.8
4 years ago
0.1.7
4 years ago
0.1.9
4 years ago
0.1.6
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago