加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
张松涛 提交于 2023-03-17 17:10 . 低代码的简单实现
{
"name": "vue-project",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"element-plus": "^2.3.0",
"pinia": "^2.0.32",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"vue": "^3.2.47",
"vue-draggable-next": "^2.1.1",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^4.1.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化