10.6.0 • Published 4 years ago

@diez/docs-template-app v10.6.0

Weekly downloads
13
License
SEE LICENSE.md
Repository
github
Last release
4 years ago

@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.
10.6.0

4 years ago

10.6.0-beta.1

4 years ago

10.6.0-beta.0

4 years ago

10.5.1

4 years ago

10.5.2

4 years ago

10.5.0

4 years ago

10.5.0-beta.6

4 years ago

10.5.0-beta.5

4 years ago

10.5.0-beta.3

4 years ago

10.5.0-beta.2

4 years ago

10.5.0-beta.1

4 years ago