文件名称:Blog-2015-05-06-Building-an-Angular-app-with-directives
文件大小:42KB
文件格式:ZIP
更新时间:2024-06-27 17:38:48
JavaScript
FOODit Angular 应用 一个简单的 angular 项目,演示我们如何利用 Angular 指令的强大功能来组织 Web 应用程序。 在找到完整的帖子。 生成模块 grunt buildModule:common:moduleName grunt buildModule:component:moduleName grunt buildModule:page:moduleName 依赖关系 在运行项目之前,您需要安装: 节点 指南针和 SASS SASS-globbing 运行项目 npm install bower install grunt serve 运行测试 grunt test 清理建筑残留物 grunt clean
【文件预览】:
Blog-2015-05-06-Building-an-Angular-app-with-directives-master
----package.json(972B)
----Gruntfile.js(3KB)
----src()
--------data()
--------app.module.js(139B)
--------index.html(981B)
--------pages()
--------common()
--------components()
--------styles()
--------app.routes.js(280B)
----.gitignore(50B)
----karma.conf.js(2KB)
----README.md(690B)
----bower.json(613B)
----module-builder()
--------templates()
--------module-builder.js(4KB)