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-unplugin-icons-integration

vuetify-nuxt-module + unplugin-icons integration
https://github.com/userquin/vuetify-nuxt-unplugin-icons-integration

Last synced: 15 days ago
JSON representation

vuetify-nuxt-module + unplugin-icons integration

Awesome Lists containing this project

README

        

# vuetify-nuxt-module + unplugin-icons integration

This repository is an example of how to integrate [unplugin-icons/nuxt](https://github.com/unplugin/unplugin-icons) 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 [unplugin-icons/index.ts](unplugin-icons/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-unplugin-icons-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
```