1 Star 3 Fork 2

qinmanyu/vue3+vite+vant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vite-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^0.27.2",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"vant": "^3.5.4",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.0",
"postcss-px-to-viewport": "^1.1.1",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/qinmanyu/vue3-vite-vant.git
git@gitee.com:qinmanyu/vue3-vite-vant.git
qinmanyu
vue3-vite-vant
vue3+vite+vant
master

搜索帮助