This is a vuegc project that I successfully created. Then I ran the command npm run dev and it opened in the browser. Now I want to find the location of this project on the disk, but I can’t find it. Where was it created? ? I followed the online tutorial, so I don’t know where to create it
The path has been written on the command line
It is recommended not to create a new project on the c drive. It is better to create a folder on another drive and use vue-cli to create the project in this file directory.
Projects created by vue-cli will generally be in the current directory
I found it by following the directory. user corresponds to the user folder on my computer. I didn’t understand it, but now it’s solved
To open the resource manager from the command line, you can use the explorer command.
Enter in the command prompt window and press Enter to open:
.
represents the current directory;..
represents the upper-level directory.