mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
43 lines
807 B
JSON
43 lines
807 B
JSON
{
|
|
"name": "mobile",
|
|
"version": "1.0.0",
|
|
"description": "移动端代码",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/mobile.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"uni-app": {
|
|
"scripts": {
|
|
"h5:testing": {
|
|
"BROWSER": "Chrome",
|
|
"title": "build:testing",
|
|
"env": {
|
|
"UNI_PLATFORM": "h5",
|
|
"ENV_TYPE": "testing"
|
|
},
|
|
"define": {
|
|
|
|
}
|
|
},
|
|
"h5:preview": {
|
|
"BROWSER": "Chrome",
|
|
"title": "build:preview",
|
|
"env": {
|
|
"UNI_PLATFORM": "h5",
|
|
"ENV_TYPE": "preview"
|
|
},
|
|
"define": {
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|