1.0.2 • Published 5 years ago

nuxtjs-mdi-font v1.0.2

Weekly downloads
434
License
MIT
Repository
github
Last release
5 years ago

Nuxt Material Design Icons Font

npm version npm downloads License

Material Design Icons for Nuxt app

📖 Release Notes

Setup

  1. Add nuxtjs-mdi-font dependency to your project
yarn add nuxtjs-mdi-font # or npm install nuxtjs-mdi-font
  1. Add nuxtjs-mdi-font to the modules section of nuxt.config.js
{
  modules: [
    'nuxtjs-mdi-font'
  ]
}

** Tips: If it not work, let's restart server. (Ctrl + C then yarn dev)

Usage

<span class="mdi mdi-credit-card-plus"></span>