Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/userquin/vuetify-nuxt-unplugin-icons-integration
- Owner: userquin
- Created: 2024-01-05T17:37:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-12T23:25:03.000Z (10 months ago)
- Last Synced: 2024-10-15T00:22:01.405Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```