2 Star 0 Fork 0

纯白yc/vue-mobile-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
纯白yc 提交于 2019-05-17 15:25 . chore(release): 0.2.0
{
"name": "vue-mobile-template",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"commit": "git-cz",
"release": "standard-version",
"release:major": "standard-version -r major -n",
"release:minor": "standard-version -r minor -n",
"release:patch": "standard-version -r patch -n"
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"standard-version": {
"skip": {
"tag": true
}
},
"dependencies": {
"core-js": "^2.6.5",
"vue": "^2.6.10",
"vuex": "^3.0.1"
},
"devDependencies": {
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"commitizen": "^3.1.1",
"conventional-changelog-cli": "^2.0.21",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"husky": "^2.3.0",
"lint-staged": "^8.1.7",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"standard-version": "^6.0.1",
"vue-template-compiler": "^2.5.21"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -x @commitlint/config-conventional -E HUSKY_GIT_PARAMS"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kuohaowu/vue-mobile-template.git
[email protected]:kuohaowu/vue-mobile-template.git
kuohaowu
vue-mobile-template
vue-mobile-template
master

搜索帮助