Fundamentals-AngularJS:从 angularJS 开始

时间:2024-07-26 18:15:13
【文件属性】:

文件名称:Fundamentals-AngularJS:从 angularJS 开始

文件大小:240KB

文件格式:ZIP

更新时间:2024-07-26 18:15:13

JavaScript

AngularJS 基础 用 AngularJS 开发的 Easy App,使用 Controller、Module、Factory、Routes、Config、Directives 依赖关系 AngularJS 用法 安装全局 $ npm install -g gulp $ npm install -g bower 安装本地 $ bower install angularjs 配置 Gulpfile.js -> Automated tasks Packege.json -> Dependencies Gulpfile.js 任务 当 HTML 发生变化时,浏览器会自动重新加载 在 js 脚本中查找错误并显示其 开发者服务器配置 包括 Bower 安装的库 开发模式 $ gulp http://localhost:8080/fundamentalsAngularjs.html


【文件预览】:
Fundamentals-AngularJS-master
----.jshintrc(379B)
----Partials()
--------View1.html(565B)
--------View2.html(264B)
----Scripts()
--------angular.js(709KB)
--------jquery.min.js(90KB)
--------bootstrap.js(60KB)
--------angular-route.js(33KB)
--------bootstrap.min.js(28KB)
----fundamentalsAngularjs.html(2KB)
----Gulpfile.js(1KB)
----README.md(653B)
----.gitignore(145B)
----package.json(592B)

网友评论