shinGangan / nuxt-config-website

Extend nuxt configs of Nuxt modules commonly used when creating websites. (Next SEO, GoogleFonts, I18n, etc.).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-config-website

About

Extend nuxt configs of Nuxt modules commonly used when creating websites. (Next SEO, GoogleFonts, I18n, etc.).

Usage

// nuxt.config.ts

export default defineNuxtConfig({
  extends: ["github:shinGangan/nuxt-config-website/packages"],
});

Modules

Modules Usage
@nuxt/image Used for Hero Header Image, etc.
@nuxtjs/google-fonts
@nuxtjs/i18n Internationalization module.
@nuxtjs/seo
nuxt-simple-robots
@nuxtjs/sitemap
nuxt-og-image

License

This repository is licensed under the MIT License.

About

Extend nuxt configs of Nuxt modules commonly used when creating websites. (Next SEO, GoogleFonts, I18n, etc.).

License:MIT License


Languages

Language:TypeScript 52.4%Language:Vue 47.6%