Minimal SEOmatic plugin for Nuxt.js inspired by nuxt-seomatic-meta
- Add
@wearelucid/nuxt-seomatic
dependency to your project
yarn add @wearelucid/nuxt-seomatic # or npm install @wearelucid/nuxt-seomatic
- Add
@wearelucid/nuxt-seomatic
to themodules
section ofnuxt.config.js
{
modules: [
// Simple usage
'@wearelucid/nuxt-seomatic',
// With options
['@wearelucid/nuxt-seomatic', { /* module options */ }]
]
}
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Use yarn link or npm link to link to your project.
Copyright (c) Lucid [email protected]