1 Star 0 Fork 11

开源学习项目/uniapp+vite+vue3+pinia+ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tailwind.config.js 402 Bytes
一键复制 编辑 原始数据 按行查看 历史
周艳凯 提交于 2024-03-05 15:46 . feat(修改home): 修改home
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./public/index.html', './src/**/*.{html,js,ts,jsx,tsx,vue}'],
theme: {
extend: {},
},
plugins: [],
corePlugins: {
// 不需要 preflight,因为这主要是给 h5 的,如果你要同时开发小程序和 h5 端,你应该使用环境变量来控制它
preflight: false,
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open-source-learning-projects/uniapp-vite-vue3-pinia-ts.git
git@gitee.com:open-source-learning-projects/uniapp-vite-vue3-pinia-ts.git
open-source-learning-projects
uniapp-vite-vue3-pinia-ts
uniapp+vite+vue3+pinia+ts
master

搜索帮助