Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nuxtjs-mdi-font

chungtran4078465MIT1.0.2

Material Design Icons for Nuxt app

nuxt, mdi, Material Design Icons

readme

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>

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2019-08-23)