1 Star 0 Fork 1

shech / vite-vue3-admin

forked from repo3rd / vite-vue3-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tailwind.config.js 208 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joshua 提交于 2021-08-17 00:23 . 1.添加tailwind css
module.exports = {
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}
1
https://gitee.com/swantb/vite-vue3-admin.git
git@gitee.com:swantb/vite-vue3-admin.git
swantb
vite-vue3-admin
vite-vue3-admin
main

搜索帮助