页面部分实现
This commit is contained in:
21
zhandianxinxi/my-vue-app/package.json
Normal file
21
zhandianxinxi/my-vue-app/package.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "my-vue-app",
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.3.4",
|
||||
"element-plus": "^2.3.14",
|
||||
"axios": "^1.5.1",
|
||||
"@element-plus/icons-vue": "^2.1.0",
|
||||
"vue-json-viewer": "^3.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "4.5.0",
|
||||
"@vitejs/plugin-vue": "4.5.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user