0.3.4 โ€ข Published 5 years ago

vuepress-theme-feie-api v0.3.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

vuepress-theme-feie-api

npm npm code style: prettier

๐Ÿ“ฆ ๐Ÿ“ ๐ŸŽจ A api-friendly theme for VuePress. Inspired by zeit. A fork of sqrtthree/vuepress-theme-api.

Live demo

image

Built With

Prerequisites

There are some global dependencies you need to set up.

Getting Started

Installing

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

# Install theme
yarn global add vuepress-theme-feie-api # OR npm install -g vuepress-theme-feie-api

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: 'feie-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.


Thanks For:

sqrtthree.com ย ยทย  GitHub @sqrthree ย ยทย  Twitter @sqrtthree

0.3.4

5 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago