Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/userquin/vuetify-nuxt-iconify-icon-integration
- Owner: userquin
- Created: 2024-01-06T13:19:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T15:35:52.000Z (10 months ago)
- Last Synced: 2024-10-15T00:23:03.498Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```