forked from wangziqi/gongxue-base
feat: scaffold taro h5 frontends
This commit is contained in:
14
apps/taro/project.config.json
Normal file
14
apps/taro/project.config.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"miniprogramRoot": "dist/weapp/",
|
||||
"projectname": "tiku-saas-taro",
|
||||
"description": "工学教育 SaaS 题库 Taro 多端前端",
|
||||
"appid": "touristappid",
|
||||
"setting": {
|
||||
"urlCheck": false,
|
||||
"es6": true,
|
||||
"enhance": true,
|
||||
"postcss": false,
|
||||
"minified": true
|
||||
},
|
||||
"compileType": "miniprogram"
|
||||
}
|
||||
Reference in New Issue
Block a user