1 Star 0 Fork 1

Realucas/vue_template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.13 KB
一键复制 编辑 原始数据 按行查看 历史
Realucas 提交于 2020-07-21 17:15 . Update package.json
{
"name": "fontend_template",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode preview",
"build:prod": "vue-cli-service build --mode production",
"build:privatization": "vue-cli-service build --mode privatization",
"report": "vue-cli-service build --report",
"sonar": "node ./sonar.js -s http://10.88.1.22:9090/sonar -t d470f436fc46181d16a8f5f414f0da57f03e9527",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint src/**/*.{html,vue,css,less}",
"stylelint:fix": "stylelint src/**/*.{html,vue,css,less} --fix"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/cli-plugin-router": "^4.3.1",
"@vue/cli-plugin-vuex": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"axios": "^0.19.2",
"babel-plugin-component": "^1.1.1",
"cookie-operator": "^1.2.4",
"core-js": "^3.6.5",
"element-ui": "^2.13.1",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"style-resources-loader": "^1.3.3",
"vue": "^2.6.11",
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.4.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"commander": "^4.1.1",
"eslint": "^6.7.2",
"eslint-config-alloy": "^3.7.2",
"eslint-plugin-vue": "^6.2.2",
"husky": "^3.1.0",
"lint-staged": "^9.5.0",
"sonarqube-scanner": "^2.5.0",
"stylelint": "^13.5.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
],
"src/**/*.{html,css,less,vue}": [
"stylelint --fix",
"git add"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/realucas/vue_template.git
git@gitee.com:realucas/vue_template.git
realucas
vue_template
vue_template
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385