An open API service indexing awesome lists of open source software.

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插件

Awesome Lists containing this project

README

          

# 工程化开发谷歌浏览器扩展

使用`typescript` + `gulp` 工程化开发

![](http://bhyblog.oss-cn-shenzhen.aliyuncs.com/hexo/Code_Ako9Q6BZrP.png)

## 开始

1.编译 ts 文件

```bash
npm run gulp
```

修改`src`目录下的文件会输出到`extension/out`

2.`chrome`加载`./extension`文件夹