登录
Showing
... | ... | @@ -3,8 +3,8 @@ |
"version": "0.0.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "uni -p h5-sgy", | ||
"build": "uni build -p h5-sgy", | ||
"start": "rexma start-rexma --custom h5-sgy", | ||
"build": "rexma build-rexma --custom h5-sgy", | ||
"start:platform": "rexma start", | ||
"build:platform": "rexma build" | ||
}, | ||
... | ... | @@ -48,7 +48,7 @@ |
"@vue/runtime-core": "^3.3.11", | ||
"@vue/tsconfig": "^0.1.3", | ||
"add": "^2.0.6", | ||
"rexma-cli": "^1.8.0", | ||
"rexma-cli": "^1.9.0", | ||
"sass": "^1.77.6", | ||
"typescript": "^4.9.4", | ||
"uni-mini-router": "^0.1.6", | ||
... | ... | @@ -63,7 +63,8 @@ |
"h5-sgy": { | ||
"title": "爽贵阳平台", | ||
"env": { | ||
"UNI_PLATFORM": "h5" | ||
"UNI_PLATFORM": "h5", | ||
"REXMA": true | ||
}, | ||
"define": { | ||
"H5-SGY": true | ||
... | ... |
Please
register
or
sign in
to comment