-
Notifications
You must be signed in to change notification settings - Fork 454
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
Add option for bare install #112
Comments
💯 I regularly create projects using create-vue for reproductions or bug checking and everytime I have to:
Yes, It will be a time saver if we have something like that so we don't have to remove all these. |
Yes! Count me in. 👍🏻 |
Agree with you, my friends |
I was also happy to read that --bare is supported ... but in vue-cli and was not migrated to this project. |
This could definitely be an improvement. If someone wants to open a PR, we would gladly review and merge it 👍 |
Hi @cexbrayat. Here is the progress branch from my forked repository: |
Closes vuejs#112 Closes vuejs#300 The minimal template is a cut-down version of the default template; therefore, the `--minimal` flag is mutually exclusive with all other flags. I chose not to include it in the prompts because it's a very specific use case, and it's not a good idea to clutter the CLI with too many options that are not commonly used. I didn't design it as an add-on because the logic would be too complex, and the use case would be even more niche.
@cexbrayat I've created a PR to add the bare configuration for this issue. @haoqunjiang If my PR overlaps with your work, please let me know, and I will make the necessary changes or updates. |
@haoqunjiang It’s an honor to discuss this issue with all of you. |
The Vue CLI provided an option -b to exclude the scaffolded components. It would be nice if there was a way to do this with create-vue either through a flag or as one of the options.
The text was updated successfully, but these errors were encountered: