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

Add support to use sharable presets for vue create #884

Closed
Justineo opened this issue Feb 26, 2018 · 0 comments
Closed

Add support to use sharable presets for vue create #884

Justineo opened this issue Feb 26, 2018 · 0 comments
Labels
feature request intend to implement The team has the intention to implement this feature at some point. Contribution is also welcome.

Comments

@Justineo
Copy link
Member

Justineo commented Feb 26, 2018

What problem does this feature solve?

For reusable project boilerplates, it's useful to have a sharable preset like those under vuejs-templates for 2.x. Users have to manually install custom plugins and choose setup options ATM.

What does the proposed API look like?

Presets may provide default settings for built-in plugins and automatically install custom plugins.

So users can use something like

vue create app --preset username/my-vue-preset

to create projects based on a sharable boilerplate out-of-the-box.

For a certain preset repo, we may simply specify the used/omitted plugins and provide default options for them, and pre-configured vue.config.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request intend to implement The team has the intention to implement this feature at some point. Contribution is also welcome.
Projects
None yet
Development

No branches or pull requests

3 participants