1 Star 0 Fork 0

ShawYoi/vue3-vite-element-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yoiiii 提交于 2021-05-13 14:57 . init
{
"name": "vue3-vite-element-template",
"version": "0.0.0",
"scripts": {
"dev": "vite --mode development",
"build:beta": "vite build --mode beta",
"build:release": "vite build --mode release",
"serve": "vite preview"
},
"dependencies": {
"element-plus": "^1.0.2-beta.28",
"vue": "^3.0.5",
"vue-router": "^4.0.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.5",
"vite": "^2.3.0",
"vite-plugin-babel-import": "^2.0.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ShawYoi/vue3-vite-element-template.git
git@gitee.com:ShawYoi/vue3-vite-element-template.git
ShawYoi
vue3-vite-element-template
vue3-vite-element-template
master

搜索帮助