Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/traum-ferienwohnungen/nuxt-fontfare
The Webpack way of including the TFW icon font
https://github.com/traum-ferienwohnungen/nuxt-fontfare
fontfare nuxt nuxtjs
Last synced: about 1 month ago
JSON representation
The Webpack way of including the TFW icon font
- Host: GitHub
- URL: https://github.com/traum-ferienwohnungen/nuxt-fontfare
- Owner: traum-ferienwohnungen
- License: bsd-3-clause
- Created: 2019-11-12T18:45:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T16:52:16.000Z (almost 4 years ago)
- Last Synced: 2024-09-30T08:21:31.838Z (about 2 months ago)
- Topics: fontfare, nuxt, nuxtjs
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to @traum-ferienwohnungen/nuxt-fontfare 👋
> A module for using fontfare in nuxt
### 🏠 [Homepage](https://github.com/traum-ferienwohnungen/nuxt-fontfare#readme)
## Install
```sh
npm install @traum-ferienwohnungen/nuxt-fontfare
```## Usage
In your `nuxt.config.js` include it as a module
```javascript
{
// ...
modules: [
'@traum-ferienwohnungen/nuxt-fontfare'
]
// ...
}
```For icon usage see [traum-ferienwohnungen/fontfare](https://github.com/traum-ferienwohnungen/fontfare)
## Author
👤 **Johannes Konze **
* Github: [@jkonze](https://github.com/jkonze)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/traum-ferienwohnungen/nuxt-fontfare/issues).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [Johannes Konze ](https://github.com/jkonze).
This project is [BSD--3--Clause](https://github.com/traum-ferienwohnungen/nuxt-fontfare/blob/master/LICENSE) licensed.***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_