New icon system working with login form and tested in app.vue with hamburger and vertical ellipsis; just need to roll out throughout the app and import each icon individually.

This commit is contained in:
2020-10-05 19:12:10 +00:00
parent 9ba997d104
commit 9da213f478
6 changed files with 101 additions and 21 deletions

View File

@@ -13,6 +13,10 @@
"myLint": "npm run lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.31",
"@fortawesome/free-regular-svg-icons": "^5.15.0",
"@fortawesome/free-solid-svg-icons": "^5.15.0",
"@fortawesome/vue-fontawesome": "^2.0.0",
"chart.js": "^2.9.3",
"chartjs-adapter-luxon": "^0.2.2",
"core-js": "^3.6.5",
@@ -36,7 +40,6 @@
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^4.1.5",
"@fortawesome/fontawesome-free": "^5.15.0",
"@vue/cli-plugin-babel": "^4.5.6",
"@vue/cli-plugin-e2e-cypress": "^4.5.6",
"@vue/cli-plugin-eslint": "^4.5.6",