文件名称:from-jquery-to-angular:MilanoJS演讲#2-2014年7月1日
文件大小:38KB
文件格式:ZIP
更新时间:2024-06-12 03:37:50
ApacheConf
MilanoJS演讲#2-2014年7月1日 在本次演讲中,我们将基于jQuery插件在AngularJS中编写一个简单的指令。 我们选择了一个简单的标签管理器MasterBlaster插件( )。 如何运行代码 克隆项目 安装npm和bower依赖项 npm install && bower install 使用livereload运行本地服务器 grunt serve 运行测试 grunt test 用 :red_heart: 通过和
【文件预览】:
from-jquery-to-angular-master
----.jshintrc(394B)
----.gitattributes(11B)
----bower.json(284B)
----Gruntfile.js(10KB)
----.travis.yml(110B)
----test()
--------.jshintrc(631B)
--------spec()
--------karma.conf.js(2KB)
----test-e2e()
--------scenarios.js(2KB)
--------protractor.conf.js(252B)
----README.md(757B)
----.bowerrc(38B)
----.editorconfig(415B)
----.gitignore(52B)
----app()
--------index.html(2KB)
--------views()
--------robots.txt(31B)
--------styles()
--------favicon.ico(4KB)
--------images()
--------scripts()
--------.buildignore(8B)
--------404.html(3KB)
--------.htaccess(24KB)
----package.json(1KB)