创建taro小程序项目
This commit is contained in:
31
miniprogram-taro/project.config.json
Normal file
31
miniprogram-taro/project.config.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"miniprogramRoot": "dist/",
|
||||
"projectname": "epp",
|
||||
"description": "基于微服务的社区疫情防控系统",
|
||||
"appid": "touristappid",
|
||||
"setting": {
|
||||
"urlCheck": true,
|
||||
"es6": false,
|
||||
"enhance": false,
|
||||
"compileHotReLoad": false,
|
||||
"postcss": false,
|
||||
"minified": false,
|
||||
"babelSetting": {
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
}
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "2.27.1",
|
||||
"srcMiniprogramRoot": "dist/",
|
||||
"packOptions": {
|
||||
"ignore": [],
|
||||
"include": []
|
||||
},
|
||||
"condition": {},
|
||||
"editorSetting": {
|
||||
"tabIndent": "auto",
|
||||
"tabSize": 4
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user