2.0.0 • Published 5 months ago

@wearelucid/nuxt-seomatic v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@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 buero@wearelucid.ch

2.0.0

5 months ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago