Skip to content

Can vue-cli-plugin(s) working together with one commond #3044

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

Closed
xxholly32 opened this issue Nov 29, 2018 · 1 comment
Closed

Can vue-cli-plugin(s) working together with one commond #3044

xxholly32 opened this issue Nov 29, 2018 · 1 comment

Comments

@xxholly32
Copy link

xxholly32 commented Nov 29, 2018

Version

3.2.1

Reproduction link

https://cli.vuejs.org/

Node and OS info

Node 10.7.0 / yarn 1.7.0 / Windows 10

Steps to reproduce

i have some cli-pluign,like vue-cli-plugin-vuepress and vue-cli-plugin-element ;

now I want to install both plug-ins at the same time with one command

like

yarn add vue-cli-plugin-all

vue invoke all

or like vue create

vue create all

What is expected?

I want to install both plug-ins at the same time with one command

What is actually happening?

none


就是我想做个插件,包含了一些插件比如包含vue-cli-plugin-vuepress and vue-cli-plugin-element ;

想一个命令安装,类似

yarn add vue-cli-plugin-all

vue invoke all

或者像vue创建的步骤类似

vue create all
@haoqunjiang
Copy link
Member

  1. Use preset https://cli.vuejs.org/zh/guide/plugins-and-presets.html#preset
  2. Plugin depending on another plugin is not supported currently, but there's a workaround Use prompt on a preset level #2529 (comment)

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