Skip to content

Fix the init message when init was done in same folder #181

@chevdor

Description

@chevdor

vue-cli version

2.4.0

Steps to reproduce

  • go into the folder of an existing non-vuejs project (ie projectname)
  • do a vue init using vue-cli with whatever option (I used 'webpack').
  • answer the questions and when is comes to the one asking whether to create in the current folder, pick the default: YES

What is Expected?

The correct instructions/folder (see below).

What is actually happening?

To get started:

 cd projectname
 npm install
 npm run dev

Documentation can be found at https://vuejs-templates.github.io/webpack

If the init is done in the 'same folder', the cd projectname should not be displayed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions