team-innovation / vue-sfc-rollup

Quickly generate redistributable Vue components with Rollup
MIT License
696 stars 91 forks source link

Question: User Defined Templates #108

Closed CoreGeordi closed 3 years ago

CoreGeordi commented 3 years ago

This might not be the right place for this question, so apologies if that's the case.

I am trying to use this tool for my dev team to create components, but there's a few changes in the template we'd need to make to get it in line with our coding standards. Is there a way to hook up user defined templates out of the box, or would it be better for us to just fork this repo and make/track our changes there (especially since we're going to want a consistent template across all team members)?

Thanks, Geordi

mgdodge commented 3 years ago

There is no support for user-defined templates. At the moment, your best option would be to fork the repo.