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
- Host: GitHub
- URL: https://github.com/shunnnet/crazydos-vue-cli-plugin-fontawesome
- Owner: shunnNet
- License: mit
- Created: 2022-01-01T11:20:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T11:50:24.000Z (over 4 years ago)
- Last Synced: 2024-05-22T18:07:17.249Z (about 2 years ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)