这是一个基于 UnoCss 的 Vue3 组件库。其最大的特点是简单易用,几乎所有组件都只依赖于一个.vue文件,不需要太多其他代码的支持。 ⚠️ 注意:这个组件库仍在开发中,目前仅适用于学习目的。 预览 https://cherryful.github.io/unocss-ui/ 使用
最近在 GitHub 上看到一个新的 UI 组件库:ikun UI,一看名称和 logo,就知道这个 UI 组件库不简单呐 ikun UI 是一个基于 Svelte.js 的 UnoCSS UI 组件库,用于制作漂亮的网站。 # ON ikun UI包含一系列开箱即用的桌面组件,可以提高开发效率,同时丰富 svelte 的周边生态。IKun UI 基于UnoCSS设计,提供了一组...
A simple Vue3 component library based on Unocss. Contribute to cherryful/unocss-ui development by creating an account on GitHub.
// main.ts import '@unocss/reset/tailwind.css' import 'unocss-ui/style.css' import 'uno.css' import unocssui from 'unocss-ui' import { createApp } from 'vue' import App from './App.vue' createApp(App).use(unocssui).mount('#app')...
1 # unocss-ui 2 3 This is a Vue3 component library based on Unocss. Its simplicity is its biggest feature, as almost all components rely only on a single .vue file, without depending on too much other code. 4 5 > ⚠️ This component library is still under construction and...
unocss-ui/package.json Version: 1.47 kBJSONView Raw 1{ 2"name":"unocss-ui", 3"type":"module", 4"version":"0.0.3-alpha.4", 5"description":"A Vue3 component library built with Unocss.", 6"author":"cherryful <https://github.com/cherryful>", ...
unocss unocss-ui unocss preset cherryful •0.0.1-alpha.3•2 years ago•1dependents•MITpublished version0.0.1-alpha.3,2 years ago1dependentslicensed under $MIT 8 @obvcloud/unocss-preset UnocssUI css rules for unocss preset.
A simple vue3 ui lib built with unocss.. Latest version: 0.0.2-alpha.6, last published: a year ago. Start using @unocss-ui/components in your project by running `npm i @unocss-ui/components`. There is 1 other project in the npm registry using @unocss-ui/
一款开箱即用的 Vue 中后台管理系统框架,支持多款 UI 组件库,兼容PC、移动端。vue-admin, vue-element-admin, vue后台, 后台系统, 后台框架, 管理后台, 管理系统, 视频播放量 820、弹幕量 0、点赞数 10、投硬币枚数 2、收藏人数 33、转发人数 2, 视频作者 程序员皮皮林,
在vue.config.js中这样配置unocss,样式是生效的,但是当我打包后,elementUI中的引用的图标不能显示 css: { loaderOptions: { sass: { sassOptions: { outputStyle: "expanded", }, }, }, extract: { filename: "[name].[hash:9].css", ignoreOrder: true, publicPath: "../../", }, }, 报错fr...