文件名称:angular-template:角度模板
文件大小:97KB
文件格式:ZIP
更新时间:2024-07-12 06:43:16
JavaScript
角度模板 该模板提供了一个入门项目,该项目在编码、构建和测试 AngularJS 应用程序方面实现了最佳实践。 它深受 John Papa 的和他的项目的影响。 我想借此机会感谢约翰提供这些优秀的资源,使我们的工作更轻松、更愉快。 要求 安装节点 在 OSX 上,安装并输入brew install node 在 Windows 上,使用提供的安装程序 在 OSX 上,您可以来减轻以 sudo 身份运行的需要 打开终端 输入npm install -g node-inspector bower gulp 安装 Ruby(Sass 需要) 在 OSX 上,Ruby 已预装 在 Windows 上,请使用的说明 安装 Sass gem install sass (在 OSX 上你可能需要sudo这个命令) 快速开始 克隆这个 repo 并在本地运行内容: $ npm install $
【文件预览】:
angular-template-master
----.jshintrc(6KB)
----.gitignore(829B)
----.jscsrc(2KB)
----package.json(2KB)
----src()
--------images()
--------core()
--------dashboard()
--------app.scss(114B)
--------login()
--------app.controller.js(1KB)
--------profile()
--------framework()
--------app.module.js(236B)
--------index.html(5KB)
----karma.conf.js(2KB)
----.bowerrc(89B)
----.travis.yml(310B)
----gulpfile.js(18KB)
----README.md(8KB)
----mock-server()
--------app.js(1KB)
--------data()
--------routes()
----gulp.config.js(5KB)
----bower.json(700B)
----test()
--------core()
--------dashboard()
--------server-integration()
--------helpers()
--------framework()
----.editorconfig(272B)