Closed
Description
Version
3.0.0-beta.6
Reproduction link
CLI issue, no code necessary
Steps to reproduce
- Install vue cli 3 beta 6
vue create my-project
2a. Do NOT install routervue add @vue/router
What is expected?
That it will add the router configuration/dependencies that would have been added if I selected the router from the initial install.
What is actually happening?
No vue router plugin is found so the vue add @vue/router
command fails.