angular-todomvc-typescript:打字稿中Angular的todomvc实现的端口

时间:2024-06-08 03:49:16
【文件属性】:

文件名称:angular-todomvc-typescript:打字稿中Angular的todomvc实现的端口

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-08 03:49:16

TypeScript

TypeScript中的TODOMVC示例 有一个使用虚假后端以TypeScript编写的TODOMVC的示例。 这是我使用TypeScript编写的第一个示例,这是一个很好的经验。 有时有点冗长,但打字帮助我解决了一些问题;) 尝试一下 全局依赖项: $ npm install -g gulp tsd 安装依赖项: $ npm install $ tsd reinstall -so 运行: $ gulp 现在打开浏览器: NOTE: Keep in mind that this workflow is something I did quick for the example. It is not meant to be used on a real project.


【文件预览】:
angular-todomvc-typescript-master
----tsd.json(556B)
----src()
--------app.ts(72B)
--------app.config.ts(346B)
--------index.html(629B)
--------services()
--------utils()
--------todo()
--------app.css(9KB)
----gulpfile.js(1KB)
----tsconfig.json(609B)
----README.md(628B)
----.gitignore(26B)
----package.json(876B)

网友评论