1 Star 0 Fork 0

wflee/vue-vant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.77 KB
一键复制 编辑 原始数据 按行查看 历史
wflee 提交于 2020-07-21 13:53 . config:优化框架
{
"name": "vue-vant",
"version": "0.1.0",
"private": true,
"description": "这个项目是将一些基础配置比如eslint,移动端适配等进行了封装,开发人员只需fork就可直接开箱即用,不用再做额外的配置",
"author": {
"name": "RyanIPO",
"email": "liwenfengsss@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/RyanIPO/vue-vant"
},
"license": "MIT",
"engines": {
"node": ">= 10.16"
},
"keywords": [
"Vue",
"Vant",
"开箱即用",
"前端框架"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"stylelint": "stylelint src/**/*.{html,vue,css,sass,scss} --fix",
"eslint": "vue-cli-service lint",
"lint": "yarn eslint && yarn stylelint",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
"dependencies": {
"amfe-flexible": "^2.2.1",
"axios": "^0.19.2",
"core-js": "^3.6.5",
"dayjs": "^1.8.28",
"normalize.css": "^8.0.1",
"vant": "^2.8.6",
"vconsole": "^3.3.4",
"vue": "^2.6.11",
"vue-navigation": "^1.1.4",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@vue/cli-plugin-babel": "^4.4.0",
"@vue/cli-plugin-eslint": "^4.4.0",
"@vue/cli-plugin-router": "^4.4.0",
"@vue/cli-plugin-vuex": "^4.4.0",
"@vue/cli-service": "^4.4.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.0",
"babel-plugin-jsx-v-model": "^2.0.3",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"compression-webpack-plugin": "^4.0.0",
"eslint": "^6.7.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"fastclick": "^1.0.6",
"husky": "^4.2.5",
"less": "^3.11.3",
"less-loader": "^6.1.1",
"lint-staged": "^10.2.11",
"postcss-pxtorem": "^5.1.1",
"prettier": "^1.19.1",
"stylelint": "^13.6.0",
"stylelint-config-recess-order": "^2.0.4",
"stylelint-config-standard": "^20.0.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.17.2",
"svg-sprite-loader": "^5.0.0",
"svgo": "^1.3.2",
"vue-template-compiler": "^2.6.11"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add -A"
],
"*.{html,vue,css,sass,scss}": [
"yarn stylelint"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wflee/vue-vant.git
git@gitee.com:wflee/vue-vant.git
wflee
vue-vant
vue-vant
master

搜索帮助