文件名称:angular2-example-falcor:Angular2 + FalcorJS
文件大小:173KB
文件格式:ZIP
更新时间:2024-06-10 10:16:24
JavaScript
Angular 2 FalcorJS Angular 2 FalcorJS 去做: 更新自述文件 快速开始 克隆/下载App.ts然后在编辑 $ npm start # then open your browser and go to http://localhost:8080 与路由器 $ webpack $ node index.js 等待文件 $ webpack -w $ nodemon index.js 档案结构 我们在初学者中使用组件方法。 这是开发Angular应用程序的新标准,也是通过封装行为逻辑来确保代码可维护的好方法。 组件基本上是一个自包含的应用程序,通常位于单个文件或文件夹中,每个关注点都作为文件:样式,模板,规范,e2e和组件类。 外观如下: angular2-webpack-starter/ ├──public/
【文件预览】:
angular2-example-falcor-master
----.gitignore(62B)
----tsconfig.json(662B)
----README.md(7KB)
----CHANGELOG.md(0B)
----typings()
--------tsd.d.ts(226B)
--------_custom_()
--------es6-promise()
--------rx()
--------angular2()
----public()
--------robots.txt(31B)
--------humans.txt(251B)
--------service-worker.js(44B)
--------index.html(2KB)
--------favicon.ico(0B)
--------lib()
----tsd.json(535B)
----server()
--------server.js(1KB)
--------router.js(4KB)
--------movies.json(8KB)
--------netflix.json(32KB)
----package.json(2KB)
----src()
--------bootstrap.ts(847B)
--------app()
--------common()
----index.js(200B)
----webpack.config.js(4KB)