Add support to use sharable presets for vue create
#884
Labels
feature request
intend to implement
The team has the intention to implement this feature at some point. Contribution is also welcome.
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
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
.The text was updated successfully, but these errors were encountered: