1.0.2 • Published 5 years ago

nuxt-material-design-icons-iconfont v1.0.2

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

nuxt-material-design-icons-iconfont

npm version npm downloads License

Nuxt Material Design Icons - iconfont Module

📖 Release Notes

Setup

  1. Add nuxt-material-design-icons-iconfont dependency to your project
yarn add nuxt-material-design-icons-iconfont # or npm install nuxt-material-design-icons-iconfont
  1. Add nuxt-material-design-icons-iconfont to the modules section of nuxt.config.js
{
  modules: [
    'nuxt-material-design-icons-iconfont'
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) linxux (lin.branker.data@gmail.com)