Offline installation of the new version of Vue-devtool

  1. github download address:
    https://github.com/vuejs/vue-devtools/

Remember to use the tags in
Insert picture description here

  1. Unzip
  2. Then use the administrator mode to open cmd and enter the decompressed file,
  3. carried outnpm install
  4. Then after executing npm run build (originally), an error will be reported because yarn is used to install
    Insert picture description here
  5. So install yarn

npm -g bin find the bin directory of npm

Go to the bin directory, open cmd in manager mode, and run npm i -g yarn

  1. Use yarn

Run yarn install in the downloaded folder

Then run yarn run build

  1. Open the Chrome extension page (currently under Menu>More Tools>Extensions)
  2. Check "Developer Mode" in the upper right corner
  3. Click the "Load and Unzip" button on the left, and then select the folder: vue-devtools/packages/shell-chrome/

If you can’t install a Goole access assistant and download it directly from the app store.

Guess you like

Origin blog.csdn.net/weixin_45773503/article/details/114148513