Setup vue and authentication with database

This commit is contained in:
Dillon Ngo
2023-10-21 04:17:19 +08:00
parent ad0007617e
commit 04acbbac6f
31 changed files with 59668 additions and 9 deletions
+8 -1
View File
@@ -10,9 +10,16 @@
"production": "mix --production"
},
"devDependencies": {
"@popperjs/core": "^2.10.2",
"axios": "^0.21",
"bootstrap": "^5.1.3",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14"
"postcss": "^8.1.14",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
}
}