Skip to content

Minimal SEOmatic plugin for nuxt inspired by nuxt-seomatic-meta

License

Notifications You must be signed in to change notification settings

wearelucid/nuxt-seomatic

Repository files navigation

@wearelucid/nuxt-seomatic

npm version npm downloads Github Actions CI License

Minimal SEOmatic plugin for Nuxt.js inspired by nuxt-seomatic-meta

📖 Release Notes

Setup

  1. Add @wearelucid/nuxt-seomatic dependency to your project
yarn add @wearelucid/nuxt-seomatic # or npm install @wearelucid/nuxt-seomatic
  1. Add @wearelucid/nuxt-seomatic to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    '@wearelucid/nuxt-seomatic',

    // With options
    ['@wearelucid/nuxt-seomatic', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Use yarn link or npm link to link to your project.

License

MIT License

Copyright (c) Lucid [email protected]

About

Minimal SEOmatic plugin for nuxt inspired by nuxt-seomatic-meta

Resources

License

Stars

Watchers

Forks

Packages

No packages published