🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@docus/debug-theme

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docus/debug-theme

Docus debugging theme.

latest
Source
npmnpm
Version
2.0.3
Version published
Weekly downloads
1
-99.73%
Maintainers
5
Weekly downloads
 
Created
Source

Docus Theme Starter

Create your own Docus themes.

Quick Setup

  • Add @docus/my-theme dependency to your project:
# Using Yarn
yarn add --dev @docus/my-theme
# Using NPM
npm install --save-dev @docus/my-theme
  • Add @docus/my-theme to the buildModules section of your nuxt.config.js
{
  buildModules: ['@docus/my-theme']
}

Usage

  • Replace all occurences of my-theme inside this codebase.
  • The index.ts must export a valid Nuxt config.
  • Test it with yarn dev and example/ Docus app.
  • Edit that section.

Development

  • Clone this repository
  • Install dependencies using yarn install
  • Start dev server using yarn dev

Keywords

nuxt

FAQs

Package last updated on 25 Nov 2021

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