feat: tailwindcss

This commit is contained in:
2024-12-18 17:49:02 +08:00
parent 54780c2b24
commit 80226cc657
28 changed files with 1398 additions and 59 deletions

View File

@@ -4,12 +4,15 @@
"description": "taro模版",
"appid": "touristappid",
"setting": {
"urlCheck": true,
"urlCheck": false,
"es6": false,
"enhance": false,
"compileHotReLoad": false,
"postcss": false,
"minified": false
"compileHotReLoad": true,
"postcss": true,
"minified": true,
"uglifyFileName": true,
"bigPackageSizeSupport": true,
"swc": true
},
"compileType": "miniprogram"
}