🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@diez/docs-template-app

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@diez/docs-template-app

Vue app used as a template for docs

latest
Source
npmnpm
Version
10.6.0
Version published
Maintainers
3
Created
Source

@diez/docs-template-app

This is a meta-template Vue.js app. The package is meant to be consumed as a dependency via two provided binary commands:

  • docs-app build: executes the compilation steps and spits a fully compiled Vue app.
  • docs-app serve: serves the vue app in development mode with hot reload.

When the app starts or builds, the script will look for two files in the root of the project that is running the command:

  • searchIndex.json: a pre-built search index, used by our client-side search engine.
  • tree.json: a JSON representation of the design language (you can check type definitions for the correct up-to-date structure).

Testing

  • E2E tests can be run via yarn test:e2e. They are located in test/e2e.
  • Unit tests can be run via yarn test:unit.

FAQs

Package last updated on 20 May 2020

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