本人英语不好可能下面的表述会有语法错误
This project is a boilerplate project to allow you to quickly build chrome extensions using TypeScript and React.
- Clone repo
npm inpm run devto compile once ornpm run watchto run the dev task in watch modenpm run buildto build a production (minified) version
- Complete the steps to build the project above
- Go to chrome://extensions in Google Chrome
- With the developer mode checkbox ticked, click Load unpacked extension... and select the dist folder from this repo
- 保持当前分支代码最新 并 push
- 切到master 分枝, 并 拉取最新代码
- 在master 分枝, git merge (需要合并的分枝)
- master push 到github
3 的 操作表示 把 xx 分枝 合并进master