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

Proposal: Configuration Option to Convert Component Name to Kebab Case #5

Open
mlturner88 opened this issue Jun 20, 2018 · 0 comments

Comments

@mlturner88
Copy link

As the official Vue Style Guide recommends using pascal case naming for components, I would like to propose adding a configuration option to convert the component's name into kebab case for the CSS block class name. I know that right now it is possible to add a block attribute onto the component with another name to override what the component is named but this means re-writing every component name in kebab case manually to adhere to the style guide and BEM naming conventions.

I would be willing to work on a PR for this if you want. If so, please let me know and if you have any guidance or preferences on how that should be accomplished. Thanks.

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