Skip to content

入门指南

本指南将帮助你在项目中安装并设置 Bundlewatch。

安装

你可以使用 npm 或 Yarn 安装 Bundlewatch:

使用 npm

bash
npm install bundlewatch --save-dev

使用 Yarn

bash
yarn add bundlewatch --dev

现在你已经可以开始使用 BundleWatch 了!🎉

根据 MIT 许可证发布。