Home  >  Q&A  >  body text

javascript - Where can I find the vue project created by vue-cli?

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

phpcn_u1582phpcn_u15822663 days ago871

reply all(4)I'll reply

  • 大家讲道理

    大家讲道理2017-07-05 11:04:46

    The path has been written on the command line

    reply
    0
  • 高洛峰

    高洛峰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

    reply
    0
  • 给我你的怀抱

    给我你的怀抱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

    reply
    0
  • 滿天的星座

    滿天的星座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.

    reply
    0
  • Cancelreply