add vue
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "portal-vue",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"build-dev": "vite build --mode development",
|
||||
"dev": "vite build --mode development --watch",
|
||||
"serve": "concurrently \"vite\" \"cross-env DEV=1 php -S localhost:8000\" \"mailpit\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "5.15.4",
|
||||
"bootstrap": "5.3.8",
|
||||
"vue": "^3.5.40",
|
||||
"vue-multiselect": "^3.5.0",
|
||||
"vue-router": "5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^6.0.8",
|
||||
"concurrently": "^10.0.5",
|
||||
"cross-env": "^10.1.0",
|
||||
"vite": "^8.1.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user