feat: initialize taro react typescript miniapp

This commit is contained in:
czz
2026-05-07 14:41:39 +08:00
commit 5a98d4afe7
18 changed files with 17606 additions and 0 deletions

46
project.config.json Normal file
View File

@@ -0,0 +1,46 @@
{
"description": "新手微信小程序项目",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"bundle": false,
"coverView": true,
"es6": true,
"enhance": true,
"ignoreUploadUnusedFiles": true,
"minified": true,
"postcss": true,
"minifyWXSS": true,
"minifyWXML": true,
"minifyJS": true,
"compileHotReLoad": true,
"showShadowRootInWxmlPanel": true,
"uploadWithSourceMap": true,
"compileWorklet": false,
"uglifyFileName": false,
"packNpmManually": false,
"packNpmRelationList": [],
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"condition": false,
"swc": false,
"disableSWC": true
},
"compileType": "miniprogram",
"libVersion": "3.6.3",
"appid": "wx2e6e4000b0ef29d9",
"miniprogramRoot": "dist/",
"projectname": "wechat-miniapp-starter",
"simulatorType": "wechat",
"condition": {},
"simulatorPluginLibVersion": {},
"editorSetting": {}
}