vuepress-theme-api-plus

1.0.1 • Public • Published

vuepress-theme-api-plus

this theme forked from vuepress-theme-api, vuepress-theme-api-plus fixed some problems.

npm npm code style: prettier

📦 📝 🎨 A api-friendly theme for VuePress. Inspired by zeit.

Live demo

image

Built With

Prerequisites

There are some global dependencies you need to set up.

Getting Started

Installing

# Install VuePress
yarn add vuepress # OR npm install vuepress

# Install theme
yarn add vuepress-theme-api-plus # OR npm install vuepress-theme-api-plus

Configuration

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

// .vuepress/config.js
module.exports = {
  title: 'Hello, World.',
  description: '📦 🎨 A api-friendly theme for VuePress.',
  theme: 'api',
}

As Easy as 1, 2, 3

# 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 to get more details.

Starter kit

A out-of-the-box starter kit for RESTful API document is here.


saqqdy.com  ·  GitHub @saqqdy  ·  Twitter @saqqdy

Package Sidebar

Install

npm i vuepress-theme-api-plus

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

95.3 kB

Total Files

48

Last publish

Collaborators

  • saqqdy