vuepress-simple-sidebar
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Vuepress simple sidebar plugin

A simple and minimal-configuration automatic sidebar navigation generator plugin. Focus on your documents, not the tooling.

Demo

The documentation of this project can provide a nice demo, check it out here.

Alternatively, you can build and view the documentation locally by running

npm run docs:dev

and then visit localhost:8080.

Installation

npm install vuepress-simple-sidebar

Usage

In your .vuepress/config.js add the plugin to the plugins property as:

plugins: [
    ...
    'vuepress-simple-sidebar',
]

Development

Please find the development documentation in the docs folder.

Contributing

Please create a ticket if you encounter a bug.

Package Sidebar

Install

npm i vuepress-simple-sidebar

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

61.6 kB

Total Files

48

Last publish

Collaborators

  • cminor