Client APIs
We provide two APIs for client stage, it can help you develop your article-list page and tag-list page.
TIP
Before you use the client API, you need to learn about Vuepress > Client API > usePageData.
$pagination
Return the basic page info for articles. Learn about $pagination API.
$tagList
Return the tag usage of articles. Learn about $tagList API.