Closed
Description
Version
3.0.0-beta.6
Reproduction link
https://github.com/abondar24/SocialTournamentService
Steps to reproduce
Clone and create a new vue app via vue create
What is expected?
App is not added to a bigger project before it's done by git add .
What is actually happening?
.git dir is created and the app is created as a submodule which is tough to maintain.
Either turn off creating a local git repo or add an option while creating. Via the link to my repo you will find the app added as a I wanted. For this I had to ignore registring a VCS root in IntelliJ Idea. Then removed .git dir.