feat(frontend): locally serve fonts and icons

This commit is contained in:
DCsunset 2020-07-18 01:32:02 -07:00
parent a7ecf4945f
commit 57f80e72fc
4 changed files with 22 additions and 1 deletions

View file

@ -11,6 +11,7 @@
"lint": "eslint --fix --ext .ts,.js,.vue ."
},
"dependencies": {
"@mdi/font": "^5.3.45",
"@nuxt/typescript-runtime": "^0.4.10",
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/proxy": "^2.0.0",
@ -19,7 +20,8 @@
"lodash": "^4.17.19",
"moment": "^2.27.0",
"nuxt": "^2.13.0",
"nuxt-typed-vuex": "^0.1.19"
"nuxt-typed-vuex": "^0.1.19",
"typeface-open-sans": "0.0.75"
},
"devDependencies": {
"@nuxt/typescript-build": "^1.0.3",