push
Showing
| { | { | ||
| "id": "vcode-input", | "id": "vcode-input", | ||
| "name": "验证码输入框", | "name": "verification-code-input", | ||
| "version": "2.0", | "version": "2.0", | ||
| "description": "验证码输入框,密码输入框", | "description": "验证码输入框,密码输入框", | ||
| "keywords": [ | "keywords": [ | ||
| ... | @@ -27,8 +27,8 @@ | ... | @@ -27,8 +27,8 @@ |
| "less": "^4.3.0" | "less": "^4.3.0" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "dev": "uni -p", | "dev": "npx uni -p", | ||
| "build:h5": "npx vue-cli-service uni-build --platform h5", | "build:h5": "npx vue-cli-service uni-build --platform h5", | ||
| "build:weapp": "uni build --platform mp-weixin" | "build:weapp": "npx uni build --platform mp-weixin" | ||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment