Skip to content

Latest commit

 

History

History
executable file
·
58 lines (40 loc) · 1.71 KB

README.md

File metadata and controls

executable file
·
58 lines (40 loc) · 1.71 KB

@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]