
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
nuxt-directus-seo
Advanced tools
## Tính năng - Tạo config SEO cho toàn bộ app NUXTJS khi sử dụng chung với directus và module directus SEO từ codihaus
nuxt-directus-seo
dependency to your project# Using pnpm
pnpm add -D nuxt-directus-seo
# Using yarn
yarn add --dev nuxt-directus-seo
# Using npm
npm install --save-dev nuxt-directus-seo
nuxt-directus-seo
to the modules
section of nuxt.config.ts
export default defineNuxtConfig({
modules: [
'nuxt-directus-seo'
]
})
useDirectusGlobalSeo();
vào component, layout tổng của dự án useDirectusCollectionSeo('COLLECTION_NAME', {
title: "ABC",
id: 34
});
{
"title": "TITLE",
"id": "",
"seo_details": {
"meta_title": "..."
}
}
FAQs
## Tính năng - Tạo config SEO cho toàn bộ app NUXTJS khi sử dụng chung với directus và module directus SEO từ codihaus
The npm package nuxt-directus-seo receives a total of 102 weekly downloads. As such, nuxt-directus-seo popularity was classified as not popular.
We found that nuxt-directus-seo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.