Skip to content

Commit

Permalink
Explicit fontawesome-free-solid import (FortAwesome#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
plindelauf authored and robmadole committed Feb 5, 2018
1 parent 85a4182 commit e23081c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ Font Awesome 5 Vue component

```
$ npm i --save @fortawesome/fontawesome
$ npm i --save @fortawesome/fontawesome-free-solid
$ npm i --save @fortawesome/vue-fontawesome
```

or

```
$ yarn add @fortawesome/fontawesome
$ yarn add @fortawesome/fontawesome-free-solid
$ yarn add @fortawesome/vue-fontawesome
```

Expand Down Expand Up @@ -93,6 +95,7 @@ App.js
```javascript
import Vue from 'vue'
import Main from './Main.vue'
import FontAwesomeIcon from '@fortawesome/vue-fontawesome'
import fontawesome from '@fortawesome/fontawesome'
import brands from '@fortawesome/fontawesome-free-brands'
import faSpinner from '@fortawesome/fontawesome-free-solid/faSpinner'
Expand Down

0 comments on commit e23081c

Please sign in to comment.