文件名称:angular-gulp-lang-detector:使用 Angular.js 和 Gulp.js 检测语言的演示应用程序
文件大小:1.11MB
文件格式:ZIP
更新时间:2024-07-06 19:08:22
angularjs JavaScript
angular-gulp-lang-检测器 使用 Angular.js 和 Gulp.js 检测语言的演示应用程序。 怎么跑 从克隆这个 repo 从代码库的根目录运行 npm install。 运行gulp 打开浏览器输入网址: 如果你不想安装 npm,你可以通过打开以下 html 文件来尝试该应用程序:[codebase]/dist/index.html 如何运行单元测试 运行gulp test 要监视文件更改并自动运行测试,请运行gulp autotest
【文件预览】:
angular-gulp-lang-detector-master
----.jshintrc(352B)
----.gitignore(25B)
----app()
--------bower_components()
--------scss()
--------js()
--------index.html(1KB)
----package.json(1007B)
----karma.conf.js(2KB)
----.bowerrc(65B)
----gulpfile.js(3KB)
----dist()
--------bower_components()
--------js()
--------css()
--------index.html(1KB)
----README.md(538B)
----test()
--------unit()