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
高洛峰2017-07-05 11:04:46
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
给我你的怀抱2017-07-05 11:04:46
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
滿天的星座2017-07-05 11:04:46
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:
explorer 文件路径
.
represents the current directory; ..
represents the upper-level directory.