# vuepress-theme-juuust

> A compact theme for VuePress.

Latest version **1.0.2** (published 2019-09-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install vuepress-theme-juuust
pnpm add vuepress-theme-juuust
yarn add vuepress-theme-juuust
bun add vuepress-theme-juuust
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2019-09-03 |
| First published | 2019-09-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 58.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | leadream |
| Maintainers | leadream |
| Keywords | vuepress, vuepress-theme, documentation, site-generator |

## Links

- npm: https://www.npmjs.com/package/vuepress-theme-juuust
- Repository: https://github.com/leadream/vuepress-theme-juuust
- Homepage: https://github.com/leadream/vuepress-theme-juuust#readme
- Issues: https://github.com/leadream/vuepress-theme-juuust/issues
- npm.io page: https://npm.io/package/vuepress-theme-juuust

## Dependencies (7)

- [stylus](https://npm.io/package/stylus.md) ^0.54.5
- [docsearch.js](https://npm.io/package/docsearch.js.md) ^2.5.2
- [stylus-loader](https://npm.io/package/stylus-loader.md) ^3.0.2
- [@vuepress/plugin-search](https://npm.io/package/@vuepress/plugin-search.md) ^1.0.2
- [vuepress-plugin-container](https://npm.io/package/vuepress-plugin-container.md) ^2.0.0
- [@vuepress/plugin-nprogress](https://npm.io/package/@vuepress/plugin-nprogress.md) ^1.0.2
- [@vuepress/plugin-active-header-links](https://npm.io/package/@vuepress/plugin-active-header-links.md) ^1.0.2

## Alternatives

- [@cantoo/pdf-lib](https://npm.io/package/@cantoo/pdf-lib.md) — 297.9K weekly downloads
- [datatables.net-buttons](https://npm.io/package/datatables.net-buttons.md) — 200.1K weekly downloads
- [@ckeditor/ckeditor5-export-pdf](https://npm.io/package/@ckeditor/ckeditor5-export-pdf.md) — 167.0K weekly downloads
- [scanbot-web-sdk](https://npm.io/package/scanbot-web-sdk.md) — 15.0K weekly downloads
- [@syncfusion/ej2-angular-pdfviewer](https://npm.io/package/@syncfusion/ej2-angular-pdfviewer.md) — 8.8K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2019-09-03

## README

# vuepress-theme-thindark

[![npm](https://img.shields.io/npm/v/vuepress-theme-thindark.svg)](https://www.npmjs.com/package/vuepress-theme-thindark)
[![npm](https://img.shields.io/npm/l/vuepress-theme-thindark.svg)](https://github.com/lisniuse/vuepress-theme-thindark/blob/master/LICENSE)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

> A dark theme for VuePress. (It is remodeled from the [default theme](https://v1.vuepress.vuejs.org/theme/default-theme-config.html) and is compatible with all configurations of the default theme.)

[Live demo](https://lisniuse.github.io/vuepress-theme-thindark-demo/)

## Built With

- [Node.js](https://nodejs.org/)
- [VuePress](https://github.com/vuejs/vuepress)

## Prerequisites

There are some global dependencies you need to set up.

- [Node.js](https://nodejs.org/)
- [VuePress](https://github.com/vuejs/vuepress)

## Getting Started

### Installing

```bash
# Install vuepress
yarn global add vuepress # OR npm install -g vuepress

# Install theme
yarn global add vuepress-theme-thindark # OR npm install -g vuepress-theme-thindark
```

### Configuration

Create VuePress config file `.vuepress/config.js` and provide a `theme` option.

```js
// .vuepress/config.js
module.exports = {
  title: 'Hello, World.',
  description: 'Dark theme for VuePress.',
  theme: 'thindark',
}
```

### As Easy as 1, 2, 3

```bash
# Create a markdown file and write something
echo '# Hello, World.' > Hello.md

# Start writing
vuepress dev .

# Build to static files
vuepress build .
```

## How to use?

Go to [docs](https://lisniuse.github.io/vuepress-theme-thindark-demo/) to get more details.

---
_Source: https://npm.io/package/vuepress-theme-juuust · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
