Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 681 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 681 Bytes

Material Icons

npm npm (scoped with tag)

Material Icons are beautifully crafted, delightful, and easy to use in your web, Android, and iOS projects.

Setup

  • Add @nuxtjs/material-icons dependency using yarn or npm to your project
  • Add @nuxtjs/material-icons to modules section of nuxt.config.js
{
  modules: [
    '@nuxtjs/material-icons',
  ]
}