9 Star 12 Fork 7

13434979720 / vue-mb-touch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
13434979720 提交于 2019-07-18 15:24 . 修改readme
{
"name": "vue-mb-touch",
"version": "1.0.3",
"description": "vue-mb-touch是一个vue的移动端的事件项目,内置了点击(tap)事件,长按(press)事件",
"main": "dist/vueMTouch.umd.min.js",
"typings": "types/index.d.ts",
"files":[ "lib", "dist/*.js", "types/*.d.ts", "README.md"],
"keywords": ["vue-mb-touch","vue-touch","touch","vue","tap","press","hold","event"],
"author": "strongs <2233547477@qq.com> (https://github.com/ZengqiangLi/vue-mb-touch)",
"private":false,
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:ZengqiangLi/vue-m-touch.git"
},
"bugs": {
"url": "git@github.com:ZengqiangLi/vue-m-touch.git/issues"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-bundle": "vue-cli-service build --target lib --name vueMBTouch ./lib/index.ts",
"pub": "npm run build-bundle && npm publish --registry http://registry.npmjs.org",
"lint": "vue-cli-service lint",
"push":"git push && git push git-osc --all "
},
"dependencies": {
},
"devDependencies": {
"amfe-flexible": "^2.2.1",
"core-js": "^2.6.5",
"reset-css": "^4.0.1",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.1.0",
"vue-router": "^3.0.3",
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-plugin-typescript": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"image-webpack-loader": "^5.0.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"lint-staged": "^8.1.5",
"postcss-pxtorem": "^4.0.1",
"typescript": "^3.4.3",
"vue-template-compiler": "^2.6.10"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.ts": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
}
}
TypeScript
1
https://gitee.com/hxyl/vue-mb-touch.git
git@gitee.com:hxyl/vue-mb-touch.git
hxyl
vue-mb-touch
vue-mb-touch
master

搜索帮助