1 Star 1 Fork 5

小周Sir/vue3-app-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
小周Sir 提交于 2022-11-28 09:06 . ✨ feat: 高德定位
{
"name": "vue3-template-h5",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build:stage": "vue-cli-service build --mode staging",
"build:prod": "vue-cli-service build --mode production"
},
"dependencies": {
"animate.css": "^3.7.0",
"axios": "^0.27.2",
"core-js": "^3.8.3",
"dayjs": "^1.11.2",
"husky": "^7.0.4",
"lint-staged": "^12.4.1",
"store": "^2.0.12",
"vant": "^3.4.9",
"vconsole": "^3.14.6",
"vue": "^3.2.13",
"vue-baberrage": "^3.2.4",
"vue-router": "^4.0.3",
"vuex": "^4.0.0",
"weixin-js-sdk": "^1.6.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"node-polyfill-webpack-plugin": "^1.1.4",
"postcss-px-to-viewport-8-plugin": "^1.1.3",
"prettier": "^2.4.1",
"sass": "^1.32.7",
"sass-loader": "^12.0.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged --allow-empty"
}
},
"lint-staged": {
"src/**/*.{js,vue,html,json}": [
"vue-cli-service lint"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/young_frivolous/vue3-app-template.git
git@gitee.com:young_frivolous/vue3-app-template.git
young_frivolous
vue3-app-template
vue3-app-template
master

搜索帮助