ShotCat_doc

screenshot of ShotCat_doc
vue
vuepress
less

ShotCat_doc

开箱即用,利用vuepress快速搭建自己的类element-ui的组件文档

Overview:

The shotCat_doc is a tool built on top of vuepress that helps users quickly create their own component library documentation. It is inspired by the element-ui documentation and provides features such as component display, code display, live demo, API table display, document version switching, and comment support. It aims to help users quickly prototype their component documentation by providing pre-configured settings and an out-of-the-box experience.

Features:

  • Component Display: Showcase your component library by displaying individual components.
  • Code Display: Display the code for each component, allowing users to easily understand how to use them.
  • Live Demo: Provide a live demo for each component, allowing users to interact with them directly.
  • API Table Display: Display the API documentation for each component in a tabular format, making it easy for users to find the information they need.
  • Document Version Switching: Allow users to switch between different versions of the documentation.
  • Comment Support: Support comments from users, providing a platform for discussions and issue tracking.
vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

vuepress
Vuepress

VuePress is a minimalistic static site generator based on Vue.js that allows developers to create fast, SEO-friendly, and customizable documentation websites.

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.