2 Star 9 Fork 2

Jackchen/vue-vant-webapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 982 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue-vant-webapp",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.19.0",
"core-js": "^2.6.5",
"fastclick": "^1.0.6",
"vant": "^2.5.8",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vue-scroller": "^2.2.4",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"babel-plugin-import": "^1.12.0",
"node-sass": "^4.9.0",
"postcss-px-to-viewport": "^1.1.1",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {},
"postcss-px-to-viewport": {
"unitToConvert": "px",
"viewportWidth": 375,
"unitPrecision": 3,
"viewportUnit": "vw",
"minPixelValue": 1
}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Jack-chendeng/vue-vant-webapp.git
git@gitee.com:Jack-chendeng/vue-vant-webapp.git
Jack-chendeng
vue-vant-webapp
vue-vant-webapp
master

搜索帮助