Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 22, 2015
1 parent acd8567 commit 12dafba
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
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/)

0 comments on commit 12dafba

Please sign in to comment.