Skip to content

Possibility to generate only from vue-files #14

@mkarras

Description

@mkarras

First of all: Thank you for your work!

It would be great to configure to generate configs only from vue-files.
When exporting a component via a index.ts file the component is generated twice. For example:

{
  "my-button/label": {
    "type": "string",
    "description": "The label."
  },
  "MyButton/label": {
    "type": "string",
    "description": "The label."
  }
}

my-button/label is generated from the folder (components/my-button/index.ts) and MyButton/label generated from the actual component MyButton.vue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions