Ai
1 Star 1 Fork 1

Yahane/uni-vue3-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
uno.config.ts 557 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yahane 提交于 2025-10-29 09:59 +08:00 . 1
import { defineConfig, transformerVariantGroup } from 'unocss';
import { myPreset } from './src/style/my-preset';
import { presetUni } from '@uni-helper/unocss-preset-uni';
// import { myPreset } from "@/style/unoPreset/index";
export default defineConfig({
// presets: [presetUno(),myPreset, presetAttributify()],
presets: [presetUni({
presetAttributify: false,
attributify: false
}), myPreset],
transformers: [transformerVariantGroup()],
shortcuts: [
{
'flex-center': 'flex items-center justify-center',
},
],
// ...UnoCSS options
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yahane/uni-vue3.git
git@gitee.com:yahane/uni-vue3.git
yahane
uni-vue3
uni-vue3-ts
master

搜索帮助