New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@matterlabs/docs-nuxt-template

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matterlabs/docs-nuxt-template

[![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

  • 2.9.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

Docs Template

License License: Apache 2.0 Contributor Covenant Contributions Welcome X (formerly Twitter) Follow

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.

🚀 Quick start

  1. Install Bun: Follow the installation instructions.

  2. Install Dependencies:

    bun install
    
  3. Run Locally: Start the development server at http://localhost:3000.

    bun run dev
    

This will launch the test site from the .playground directory.

📘 Developer Docs

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.

🖥️ Developing locally

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.

📦 Using the theme in another project

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']
  ]
})

🛠️ Built With

FAQs

Package last updated on 01 Oct 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc