Skip to content

robogeek/vuejs-fontawesome-examples

Repository files navigation

Examples of using Font Awesome in Vue.js applications

This repository contains a series of example applications showing how to use Font Awesome icons in a Vue.js application.

For a detailed tutorial/article discussing these examples, see:

Each of the example applications were created by running:

$ vue init webpack-simple application-name

Hence, inside each subdirctory is a Node.js-style application with a package.json. Therefore you interact with the subdirectories by running

$ npm install     # to install dependencies
$ npm run dev     # to run the app in development mode
$ npm run build   # to build a deployable application bundle

The directories are:

About

Examples of using Font Awesome in a Vue.js application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published