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

[Enhancement] Generate components with plop. #131

Open
d-simon opened this issue May 8, 2017 · 3 comments
Open

[Enhancement] Generate components with plop. #131

d-simon opened this issue May 8, 2017 · 3 comments

Comments

@d-simon
Copy link

d-simon commented May 8, 2017

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!)

@sotaan
Copy link

sotaan commented May 9, 2017

check out vue-generator

@d-simon
Copy link
Author

d-simon commented May 16, 2017

Thanks! Looks great 👍 I will report back from the next project → For this we will probably still use plop to scaffold our components etc.

@d-simon
Copy link
Author

d-simon commented Jun 6, 2017

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.

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

2 participants