-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
setup my own default preset #1455
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
Comments
You can save your feature selection as custom presets which will then be available in this selection step. |
Please correct me if I got it wrong - currently it is not possible to create custom presets without creating new projects |
Yes, but at some point you will create a new project using this preset anyway, right? |
You are right. I am creating my own vue-cli-plugin which needs a certain preset. The plug-in will be used by new users of vue. So it will be friendly to have the preset beforehand. |
You can create a preset as a json file and then use it to create new projects on multiple computers. You can also put in a git repository. See the docs. |
What problem does this feature solve?
The default preset has babel and eslint included. What if I would like to have a different default preset? I prefer to achieve this instead of the my-default preset as it is not possible to create one without creating a new project.
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: