- 数据请求与格式化显示
- 响应图片预览与响应html文档渲染
- 提供websocket调试
- 自动化测试
- 本地mock
- 更多功能...
yarn config set electron_mirror "https://npmmirror.com/mirrors/electron/"
yarn install
npm install
npm run dev
yarn dev
如果出现依赖安装问题,请使用淘宝源安装依赖
设置淘宝源
npm config set registry https://registry.npmmirror.com
换回默认源
npm config set registry https://registry.npmjs.org/
设置淘宝源
yarn config set registry https://registry.npmmirror.com
换回默认源
yarn config set registry https://registry.yarnpkg.com