UNPKG

vue-gecode

Version:

基于Vue2开发的获取验证码倒计时组件,高度自定义配置,可实现各种开发需求.

42 lines (41 loc) 1.37 kB
{ "name": "vue-gecode", "version": "0.0.6", "description": "基于Vue2开发的获取验证码倒计时组件,高度自定义配置,可实现各种开发需求.", "main": "dist/vue-ge-code.min.js", "scripts": { "start": "webpack-dev-server --mode development --hide-modules", "build-demo": "webpack --mode development --hide-modulesc --progress ", "build": "webpack --mode production --config webpack.build.config.js --progress --hide-modules", "installnext": "rm -rf dist && git subtree add --prefix=dist origin gh-pages", "prepublishnpm": "npm run build && npm run build-demo", "publishnpm": "npm publish", "postpublishnpm": "git add . && git commit -am '脚本编译demo并发布到github' && git subtree push --prefix=dist origin gh-pages" }, "author": "gesnowboy", "keywords": [ "input", "gecode", "手机号", "验证码", "倒计时", "vue", "验证", "手机" ], "license": "ISC", "devDependencies": { "babel": "^6.23.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1", "html-webpack-plugin": "^3.2.0", "vue": "^2.5.17", "vue-loader": "^15.4.1", "vue-template-compiler": "^2.5.17", "webpack": "^4.18.0", "webpack-cli": "^3.1.0", "webpack-dev-server": "^3.1.8" } }