Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@matterlabs/docs-nuxt-template
Advanced tools
[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE-MIT) [![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-orange)](LICENSE-APACHE) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4b
The docs-nuxt-template is a theme built as a Nuxt Layer to use for Developer Portal related apps. It contains the color scheme, general theming, components and common Nuxt Modules shared across apps.
Install Bun: Follow the installation instructions.
Install Dependencies:
bun install
Run Locally: Start the development server at http://localhost:3000
.
bun run dev
This will launch the test site from the .playground
directory.
Notes for developers getting started in the project or who have questions about certain features and
functionality can refer to the /docs
directory. Notes are provided to help understand how to
manage particular features that may require adjusting or setup for a developer's local environment
to work smoothly.
To test the theme during development, the .playground
directory is available.
Run bun run dev
to start the playground site, which imports the theme itself.
Content built within the .playground
are for testing purposes only and
are not built as part of the template package.
This project is packaged and published to NPM under @matterlabs/docs-nuxt-template
.
Install the npm package with bun install @matterlabs/docs-nuxt-template
.
Edit the nuxt.config.ts
file of the child project and
include this theme in the extends
property.
defineNuxtConfig({
extends: [
['@matterlabs/docs-nuxt-template']
]
})
FAQs
[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE-MIT) [![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-orange)](LICENSE-APACHE) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4b
The npm package @matterlabs/docs-nuxt-template receives a total of 0 weekly downloads. As such, @matterlabs/docs-nuxt-template popularity was classified as not popular.
We found that @matterlabs/docs-nuxt-template demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.