1 Star 2 Fork 0

hboot/vue3-vite-h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
uno.config.js 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
hboot 提交于 2025-02-26 17:56 +08:00 . build(eslint): 添加 UnoCSS ESLint 配置
import {
defineConfig,
presetAttributify,
presetIcons,
presetTypography,
presetUno,
presetWebFonts,
transformerDirectives,
transformerVariantGroup,
} from "unocss";
export default defineConfig({
shortcuts: [
// ...
],
theme: {
colors: {
// ...
},
},
presets: [
presetUno(),
presetAttributify(),
presetIcons(),
presetTypography(),
presetWebFonts({
fonts: {
// ...
},
}),
],
transformers: [transformerDirectives(), transformerVariantGroup()],
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hboot/vue3-vite-h5.git
git@gitee.com:hboot/vue3-vite-h5.git
hboot
vue3-vite-h5
vue3-vite-h5
master

搜索帮助