You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A suggestion to enhance vuepack: Scaffolding of components and routes with plop
–
This would allow to scaffold new components, routes and whatever one needs directly from the command-line. I've seen an implementation of this over at react-boilerplate, specifically here.
Is this something you would consider, are there better ways to do this? Is there perhaps an existing or planned scaffolding solution for vue-cli?
Thank you for your input
(And also thank you very much for your work in general!)
The text was updated successfully, but these errors were encountered:
Quick update of our progress:
We've added basic generators for components, views and modules over here: https://github.com/wearelucid/vuepack/tree/vuecid/template/scaffold
I'm not sure what the best way to go about this is and what options people need. We've also only added scaffolding for the jsx variant, but that would be an easy thing to maintain for .vue files also.
A suggestion to enhance vuepack: Scaffolding of components and routes with plop
–
This would allow to scaffold new components, routes and whatever one needs directly from the command-line. I've seen an implementation of this over at react-boilerplate, specifically here.
Is this something you would consider, are there better ways to do this? Is there perhaps an existing or planned scaffolding solution for vue-cli?
Thank you for your input
(And also thank you very much for your work in general!)
The text was updated successfully, but these errors were encountered: