My workflow is:
How do I use vue create
that does not create a subfolder in my project folder? I want the scaffold created by vue create
to be my project root.
In your root folder, type
vue create .
select Y for "Generate project in current directory"
Follow the rest of the setup and you're cool.