1 Star 2 Fork 1

CC/vue3-template-cli

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
windi.config.ts 416 Bytes
Copy Edit Raw Blame History
BenjaminCCG authored 2023-08-02 16:10 . feat(组件): submit
import { defineConfig } from 'windicss/helpers';
import formsPlugin from 'windicss/plugin/forms';
export default defineConfig({
darkMode: 'class',
safelist: 'p-3 p-4 p-5',
theme: {
extend: {
colors: {
teal: {
100: '#096'
}
}
}
},
plugins: [formsPlugin],
extract: {
include: ['src/**/*.{vue,html,jsx,tsx}'],
exclude: ['node_modules', '.git']
}
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/theGreatWallCCG/vue3-template-cli.git
git@gitee.com:theGreatWallCCG/vue3-template-cli.git
theGreatWallCCG
vue3-template-cli
vue3-template-cli
main

Search

0d507c66 1850385 C8b1a773 1850385