feat: init

This commit is contained in:
eric
2022-11-12 14:46:03 +02:00
parent d3ae469a7d
commit fa3b76de1f
16 changed files with 358 additions and 0 deletions

15
project.config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"miniprogramRoot": "./dist",
"projectname": "myApp",
"description": "city",
"appid": "touristappid",
"setting": {
"urlCheck": true,
"es6": false,
"enhance": false,
"compileHotReLoad": false,
"postcss": false,
"minified": false
},
"compileType": "miniprogram"
}