mirror of
https://github.com/itbaima-study/SpringBoot-Vue-Template-Jwt.git
synced 2025-05-17 21:11:15 +08:00
18 lines
303 B
JSON
18 lines
303 B
JSON
{
|
|
"name": "my-project-frontend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"vite": "^4.4.6"
|
|
}
|
|
}
|