An open API service indexing awesome lists of open source software.

https://github.com/shunnnet/crazydos-vue-cli-plugin-fontawesome

vue-cli plugin to setup vue-font-awesome for Vue 3
https://github.com/shunnnet/crazydos-vue-cli-plugin-fontawesome

List: crazydos-vue-cli-plugin-fontawesome

Last synced: 24 days ago
JSON representation

vue-cli plugin to setup vue-font-awesome for Vue 3

Awesome Lists containing this project

README

          

# @crazydos/vue-cli-plugin-fontawesome

setup fontawesome to your vue 3 project

## install

create your vue 3 project via vue-cli 4

```
vue create your-app-name
```

after project setup...

```
cd your-app-name
vue add @crazydos/vue-cli-plugin-fontawesome
```

and now, you can use vue-font-awesome in your .vue template

```vue

```

for vue-fontawesome's usage:
[https://github.com/FortAwesome/vue-fontawesome](https://github.com/FortAwesome/vue-fontawesome)