1 Star 0 Fork 1

monface/vue3-vant3-vite-h5

forked from DeQ/vue3-vant3-vite-h5 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 941 Bytes
一键复制 编辑 原始数据 按行查看 历史
DeQ 提交于 2022-04-16 02:24 . 修改自适应方案
{
"name": "vite",
"version": "0.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint --ext .vue,.js ./",
"lint:fix": "eslint --fix --ext .vue,.js ./"
},
"dependencies": {
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"vant": "^3.4.7",
"vue": "^3.2.32",
"vue-router": "^4.0.14",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.11",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.17.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"prettier": "^2.6.2",
"sass": "^1.50.0",
"vite": "^2.9.5",
"vite-plugin-style-import": "^1.4.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/monface/vue3-vant3-vite-h5.git
git@gitee.com:monface/vue3-vant3-vite-h5.git
monface
vue3-vant3-vite-h5
vue3-vant3-vite-h5
master

搜索帮助