Logo
Explore Help
Register Sign In
Mirrors/lucide
1
0
Fork 0
You've already forked lucide
mirror of https://github.com/lucide-icons/lucide.git synced 2025-12-18 11:37:42 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
main
lucide/packages/lucide-vue/nuxt.js

12 lines
261 B
JavaScript
Raw Permalink Normal View History

add paralel jobs
2021-09-17 15:51:18 +02:00
import { join } from 'path';
Support Nuxt auto-importing Vue components (#390) * Add support for nuxt component auto importing * Add documentation for using with nuxt components
2021-08-31 11:58:13 -07:00
Linting SVG files (#1642) * eslint rules for SVGS * apply options * Add typescript eslinter * Make eslint work with the codebase * Format icons * Test svg * Add workflow * Fix lint command * Revert duplicated aliases * Update .eslintrc.js Co-authored-by: Jakob Guddas <github@jguddas.de> * Update .eslintrc.js Co-authored-by: Jakob Guddas <github@jguddas.de> * Move linter to separate workflow * Add pnpm install * Revert icon changes * Test eslint workflow * turn of fail lint-contributors * Revert theater * process feedback --------- Co-authored-by: Jakob Guddas <github@jguddas.de>
2023-11-06 11:00:04 +01:00
export default function LucideNuxtPlugin() {
this.nuxt.hook('components:dirs', (dirs) => {
Support Nuxt auto-importing Vue components (#390) * Add support for nuxt component auto importing * Add documentation for using with nuxt components
2021-08-31 11:58:13 -07:00
dirs.push({
path: join(__dirname, 'dist', 'esm', 'icons'),
prefix: 'Icon',
add paralel jobs
2021-09-17 15:51:18 +02:00
ignore: ['**/index.js'],
});
});
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 86ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API