Home  >  Q&A  >  body text

Create VUE UI component library

<p>I am using vue to create a component library. The real question is how to create the document. Do I create a new project in the docs folder (like in nuxt) or just have a package.json in the root directory and instantiate a new createApp using vue in the docs folder? Do I test my components directly in the component library when creating documents? </p>
P粉300541798P粉300541798415 days ago433

reply all(1)I'll reply

  • P粉133321839

    P粉1333218392023-08-31 09:07:56

    You can use VitePress to build your component library document.

    You can refer to this GitHub repository for inspiration: Anu

    Documentation Demonstration: Anu

    reply
    0
  • Cancelreply