浏览器上安装 Vue Devtools
发布时间:2021-02-05 13:26:29
cd vue-devtools
the newly created folder- run
yarn install
- then run
yarn run build
- Open the Chrome extension page (currently under
Menu
>More Tools
>Extensions
) - Check "developer mode" on the top-right corner
- Click the "load unpacked" button on the left, and choose the folder:
vue-devtools/packages/shell-chrome/
- Alternatively to step 3, you can also use
yarn dev:chrome
to build & watch the unpacked extension