How to use vue-cli when there is no external network and only npm image

cannot connect to the public network, but there is a npm image. You want to use webstorm"s vue template to create a project
is to configure webpack?. It"s still vue-cli?.
or give up using scaffolding to guide packages directly

Sep.05,2021

modify npm configuration npm config set registry your image address

  • The vue-cli command prompt is not clear

    when using vue-cli+webpack to build a project, use npm run dev to run, but before the computer will only display the current information in the command prompt, the previous compiled information will be hidden, and the new computer will show new and old....

    Mar.09,2021
Menu