Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/userquin/vuetify-nuxt-iconify-icon-integration

vuetify-nuxt-module + iconify icon integration
https://github.com/userquin/vuetify-nuxt-iconify-icon-integration

Last synced: 15 days ago
JSON representation

vuetify-nuxt-module + iconify icon integration

Awesome Lists containing this project

README

        

# vuetify-nuxt-module + iconify icon integration

This repository is an example of how to integrate [Iconify Icon web component](https://iconify.design/docs/iconify-icon/) icons in a Nuxt application using [vuetify-nuxt-module](https://github.com/userquin/vuetify-nuxt-module).

**WARNING**: Not all icons have been included, you will need to review the [iconify/index.ts](iconify/index.ts) file including the icons you want to use.

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/userquin/vuetify-nuxt-iconify-icon-integration)

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install
```

## Development Server

Start the development server on http://localhost:3000:

```bash
# yarn
yarn dev

# npm
npm run dev

#pnpm
pnpm dev
```