1 Star 0 Fork 150

张旭伟/vue-automation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
Hooray 提交于 2020-11-01 03:15 . 更新依赖
{
"name": "vue-automation",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build-dev": "vue-cli-service build --mode development --dest dist-dev",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"stylelint": "vue-cli-service lint:style",
"svgo": "svgo -f src/assets/icons",
"new": "plop"
},
"dependencies": {
"axios": "^0.21.0",
"core-js": "^3.6.4",
"dayjs": "^1.9.4",
"js-cookie": "^2.2.1",
"nprogress": "^0.2.0",
"vue": "^2.6.12",
"vue-meta": "^2.4.0",
"vue-router": "^3.4.8",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.8",
"@vue/cli-plugin-eslint": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"@winner-fed/vue-cli-plugin-stylelint": "^1.0.4",
"babel-eslint": "^10.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"eslint": "^7.12.1",
"eslint-plugin-vue": "^7.1.0",
"html-webpack-plugin": "^4.5.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"plop": "^2.7.4",
"sass": "^1.28.0",
"sass-loader": "^10.0.4",
"sass-resources-loader": "^2.1.1",
"stylelint": "^13.7.2",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"svg-sprite-loader": "^5.0.0",
"svgo": "^1.3.0",
"vue-template-compiler": "^2.6.12",
"webpack-spritesmith": "^1.1.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhang_xu_wei/vue-automation.git
[email protected]:zhang_xu_wei/vue-automation.git
zhang_xu_wei
vue-automation
vue-automation
master

搜索帮助