https://github.com/baohaoyu/chrome-typescript-extension
使用typescript+gulp开发chrome插件
https://github.com/baohaoyu/chrome-typescript-extension
chrome extension gulp typescript
Last synced: about 2 months ago
JSON representation
使用typescript+gulp开发chrome插件
- Host: GitHub
- URL: https://github.com/baohaoyu/chrome-typescript-extension
- Owner: BaoHaoYu
- Created: 2019-11-07T06:27:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T19:19:55.000Z (over 3 years ago)
- Last Synced: 2025-04-09T20:15:53.026Z (about 1 year ago)
- Topics: chrome, extension, gulp, typescript
- Language: TypeScript
- Homepage:
- Size: 562 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 工程化开发谷歌浏览器扩展
使用`typescript` + `gulp` 工程化开发

## 开始
1.编译 ts 文件
```bash
npm run gulp
```
修改`src`目录下的文件会输出到`extension/out`
2.`chrome`加载`./extension`文件夹