-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
acd8567
commit 12dafba
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# BlankTab | ||
|
||
Chrome 插件 | ||
|
||
# 生成静态资源 | ||
|
||
```bash | ||
# 安装依赖 | ||
npm install | ||
|
||
# 编译生成 | ||
$ gulp | ||
|
||
# 监听自动生成 开发过程中使用 | ||
$ gulp watch | ||
|
||
# 静态资源 拷贝到生成的对应目录中 | ||
$ gulp copy | ||
|
||
``` | ||
|
||
|
||
# 参考文档 | ||
|
||
- [Chrome官方开发文档](https://developer.chrome.com/home) | ||
- [图灵社区 -> Chrome扩展及应用开发](http://www.ituring.com.cn/minibook/950) | ||
- [360浏览器应用开发文档](http://open.se.360.cn/open/extension_dev/overview.html) | ||
- [appspot.com中文开发文档](https://crxdoc-zh.appspot.com/extensions/) |