Skip to content

Commit

Permalink
MDI Iconsのv5.9.55を組み込んでアマゾンのアイコンを復活した
Browse files Browse the repository at this point in the history
  • Loading branch information
twsnmp committed Jan 25, 2022
1 parent 2284002 commit 7ff65e3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
9 changes: 8 additions & 1 deletion spa/nuxt.config.js
Expand Up @@ -21,7 +21,7 @@ export default {
},

// Global CSS (https://go.nuxtjs.dev/config-css)
css: [],
css: ['~/node_modules/@mdi/font/css/materialdesignicons.css'],

// Plugins to run before rendering page (https://go.nuxtjs.dev/config-plugins)
plugins: [
Expand Down Expand Up @@ -96,6 +96,13 @@ export default {
// Vuetify module configuration (https://go.nuxtjs.dev/config-vuetify)
vuetify: {
customVariables: ['~/assets/variables.scss'],
defaultAssets: {
font: false,
icons: false,
},
icons: {
iconfont: 'mdi',
},
lang: {
locales: { ja },
current: 'ja',
Expand Down
13 changes: 13 additions & 0 deletions spa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions spa/package.json
Expand Up @@ -29,6 +29,7 @@
"world-map-geojson": "^1.0.2"
},
"devDependencies": {
"@mdi/font": "^5.9.55",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/vuetify": "^1.11.3",
Expand Down

0 comments on commit 7ff65e3

Please sign in to comment.