文件名称:angular-typescript:使用Angular 1.x和Typescript,Gulp和Bower的示例应用程序
文件大小:1.89MB
文件格式:ZIP
更新时间:2024-06-07 23:13:23
TypeScript
角度打字稿 使用带有Typescript,Gulp和bower的Angular 1.x的示例应用程序。 为了好玩,我使用作为代码编辑器。 特征 Gulp的例子 Bower担任程序包经理 TypeScript工作流程 SASS工作流程 SASS / TypeScript均可使用的源映射 带有TypeScript inc。的AngularJS。 UI路由 基本导航 全能TypeScript(非混合) ngAnnotate(用于自动注入) 记录仪 入门 从项目文件夹执行 npm install 要运行该应用程序,请执行以下命令: gulp watch 浏览到以查看该应用程序。 您可以更改src / app或asset / styles下的代码,并且浏览器在保存文件时会自动刷新自身。 机器设置 确保已安装NodeJS,Bower和git。 确保已安装 。 如果需要安装,请使用以下命
【文件预览】:
angular-typescript-master
----.jshintrc(351B)
----.gitignore(3KB)
----app()
--------app.consts.ts(53B)
--------services()
--------app.config.ts(903B)
--------app.config.route.ts(2KB)
--------app.ts(712B)
--------areas()
----package.json(667B)
----gulpfile.js(3KB)
----assets()
--------imgs()
--------styles()
----tsconfig.json(280B)
----.settings()
--------launch.json(1KB)
--------tasks.json(358B)
----README.md(1KB)
----index.html(2KB)
----tsd.json(558B)
----typings()
--------lodash()
--------angularjs()
--------angular-ui-router()
--------jquery()
--------tsd.d.ts(279B)
----bower.json(647B)
----.editorconfig(214B)