These are the new features you should expect in the coming months:
- 使用grunt-init jquery创建一个jquery plugin项目(了解插件写法和grunt用法,以及qunit测试)
- 增加bower
- 增加component
- 增加grunt压缩
- 增加gulp压缩
- 增加circle ci持续集成
- 增加travis ci持续集成
- 发布到jquery官方网站
- npm helloworld
- git markdown usage
- awesome-javascript
- https://travis-ci.org
- http://bower.io/
- http://gruntjs.com/
- http://gulpjs.com/
- https://github.com/component/component
- https://circleci.com/
- https://www.npmjs.org/
- http://nodejs.org/
- http://plugins.jquery.com/
- https://github.com/blynn/gitmagic
- http://front-end-standards.com/
- https://github.com/exfork/mobileTech
- http://www.gruntjs.org/docs/project-scaffolding.html(项目脚手架)
- node_modules这样的目录是不允许提交到项目里来的,放到
.gitignore
文件中
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- v0.1.0 初始化版本
- write by
柯织
kezhizhi@163.com - review by
i5ting
shiren1118@126.com
如有建议或意见,请在issue提问或邮件
this repo is released under the MIT License.