摘要: With a node package manager's (npm) package.jsonscriptproperty, you can preconfigure common tasks like running unit tests withnpm $SCRIPT_NAME.package... 阅读全文
posted @ 2014-12-09 23:42 Zhentiw 阅读(742) 评论(0) 推荐(0) 编辑
摘要: CoomonJS modules provide a clean syntax for importing dependencies. This lesson will take a look at the basics of using CommonJS modules.app.jsvar dep... 阅读全文
posted @ 2014-12-09 04:58 Zhentiw 阅读(187) 评论(0) 推荐(0) 编辑
摘要: npm init:For create package.json file which will recode the dependence.npm install:You can also write like:npm i This is a shortcut way to write npm i... 阅读全文
posted @ 2014-12-09 04:07 Zhentiw 阅读(1251) 评论(0) 推荐(0) 编辑
摘要: Angular overrides quite a few existing HTML elements and attributes. This can be a useful technique in our own applications. We will build a directive... 阅读全文
posted @ 2014-12-09 01:30 Zhentiw 阅读(273) 评论(0) 推荐(0) 编辑