push
Showing
| { | ||
| "id": "vcode-input", | ||
| "name": "验证码输入框", | ||
| "name": "verification-code-input", | ||
| "version": "2.0", | ||
| "description": "验证码输入框,密码输入框", | ||
| "keywords": [ | ||
| ... | ... | @@ -27,8 +27,8 @@ |
| "less": "^4.3.0" | ||
| }, | ||
| "scripts": { | ||
| "dev": "uni -p", | ||
| "dev": "npx uni -p", | ||
| "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