Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to generate only from vue-files #14

Open
mkarras opened this issue Apr 29, 2021 · 0 comments
Open

Possibility to generate only from vue-files #14

mkarras opened this issue Apr 29, 2021 · 0 comments

Comments

@mkarras
Copy link

mkarras commented Apr 29, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant