Tag

Component Documentation

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Aug 26, 2021 · Frontend Development

Popular Tools for Documenting and Sharing React Components

This article introduces several widely used frontend tools—including Bit, Storybook, Styleguidist, CodeSandbox, StackBlitz, Docz, MDX‑docs, and React Docgen—that help developers document, visualize, share, and collaborate on reusable React components efficiently.

BitComponent DocumentationFrontend Development
0 likes · 7 min read
Popular Tools for Documenting and Sharing React Components
vivo Internet Technology
vivo Internet Technology
Jun 23, 2021 · Frontend Development

Automated Extraction of Vue Component Information for Documentation

The article presents an automated tool that parses Vue single‑file components using vue‑template‑compiler and Babel to extract props, methods, events, slots, and developer annotations, then generates up‑to‑date documentation in Markdown or JSON, reducing manual effort and errors.

ASTBabelComponent Documentation
0 likes · 14 min read
Automated Extraction of Vue Component Information for Documentation