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

https://github.com/kevinleedrum/vue-svg-icon-demo

Vue SVG Icon Demo
https://github.com/kevinleedrum/vue-svg-icon-demo

icon svg vue webpack

Last synced: about 2 months ago
JSON representation

Vue SVG Icon Demo

Awesome Lists containing this project

README

        

# Vue SVG Icon Demo

This is a demo repo for a CSS-Tricks article on building [A Font-Like SVG Icon System for Vue](https://css-tricks.com/a-font-like-svg-icon-system-for-vue/).

[View Live Demo](https://nervous-noyce-943776.netlify.app/)

The following icons are used for this demo:
- `badge-check` from [Heroicons](https://github.com/refactoringui/heroicons)
- `cog-solid` from [Font Awesome](https://fontawesome.com/icons)
- `excalamation` from [Heroicons](https://github.com/refactoringui/heroicons)
- `fire` from [Heroicons](https://github.com/refactoringui/heroicons)
- `send` from [Material Design Icons](https://material.io/resources/icons)

## Install dependencies
```
npm install
```

### Build and run development server
```
npm run serve
```