4 Star 16 Fork 5

高翔/vue3+vite+vant_h5template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 854 Bytes
一键复制 编辑 原始数据 按行查看 历史
高翔 提交于 2022-08-24 15:17 . 项目模板初次完成
{
"name": "my-vue3-app",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite serve --mode development",
"test": "vite serve --mode test",
"prod": "vite serve --mode production",
"build:dev": "vite build --mode development",
"build:test": "vite build --mode test",
"build:prod": "vite build --mode production",
"preview": "vite preview"
},
"dependencies": {
"amfe-flexible": "^2.2.1",
"echarts": "^5.3.2",
"js-cookie": "^3.0.1",
"postcss-pxtorem": "^6.0.0",
"vant": "^3.6.0",
"vconsole": "^3.14.6",
"vue": "^3.2.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.0",
"axios": "^0.26.1",
"node-sass": "^7.0.1",
"postcss-px-to-viewport": "^1.1.1",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"unplugin-vue-components": "^0.22.4",
"vite": "^2.9.0",
"vue-router": "^4.0.0-beta.13"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lovegaoxiang/vue3-vite-vant-h5template.git
[email protected]:lovegaoxiang/vue3-vite-vant-h5template.git
lovegaoxiang
vue3-vite-vant-h5template
vue3+vite+vant_h5template
master

搜索帮助