Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galsd/nuxt-simple-line-icons
Plugin to join nuxt and simple-line-icons
https://github.com/galsd/nuxt-simple-line-icons
Last synced: 19 days ago
JSON representation
Plugin to join nuxt and simple-line-icons
- Host: GitHub
- URL: https://github.com/galsd/nuxt-simple-line-icons
- Owner: galsd
- License: mit
- Created: 2017-12-14T19:51:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T04:36:22.000Z (over 5 years ago)
- Last Synced: 2024-10-11T18:46:11.893Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm (scoped with tag)](https://img.shields.io/npm/v/nuxt-simple-line-icons/latest.svg?style=flat-square)](https://npmjs.com/package/nuxt-simple-line-icons)
[![npm](https://img.shields.io/npm/dt/nuxt-simple-line-icons.svg?style=flat-square)](https://npmjs.com/package/nuxt-simple-line-icons)> Module to join nuxt and [simple-line-icons](https://github.com/thesabbir/simple-line-icons)
## Install
```sh
npm i nuxt-simple-line-icons
```
## Setup
- Add `nuxt-simple-line-icons` to `modules` section of `nuxt.config.js`
```js
{
modules: [
'nuxt-simple-line-icons'
]
}
```
## License
MIT, created by [Galley Web Production](https://galley.online/)