vue-devTools 编译并安装到chrome拓展程序

158 阅读1分钟

vue-devtools官网

Node环境版本:v16.15.0

1.先把源码拉到本地
git clone https://github.com/vuejs/vue-devtools
2. 进入到vue-devtools目录
cd vue-devtools
3. yarn设置淘宝源
yarn config set registry https://registry.npm.taobao.org/
4. 安装依赖并编译
yarn install
yarn run build:watch
yarn run dev:chrome