configuracion inicial del Front / Header, footer

This commit is contained in:
KIKIN
2020-09-17 18:55:11 -05:00
parent b4bd19cda9
commit f1420a2865
16 changed files with 454 additions and 163 deletions
+11 -1
View File
@@ -8,8 +8,18 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^2.0.0",
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.17.1",
"core-js": "^3.6.5",
"vue": "^2.6.11"
"sweetalert2": "^10.1.0",
"vue": "^2.6.11",
"vue-router": "^3.4.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",