Skip to content

Generated project has a git repo added which doesn't let it add as a submodule to another project #967

Closed
@spearheadOne

Description

@spearheadOne

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions