EvanAgee / vuejs-wordpress-theme-starter

A WordPress theme with the guts ripped out and replaced with Vue.
https://vuewp.com/
1.6k stars 281 forks source link

icons #26

Closed kingkyle closed 6 years ago

kingkyle commented 6 years ago

How do i import icons like font awesome icons for use with this theme?

EvanAgee commented 6 years ago

Hey @kingkyle! You have several options:

  1. The simplest way is via their CDN as a tag.
  2. Since this project is already running on webpack, I would install their package via npm and import it into your script. Instructions can be found here.

Good luck!