Tekkaman

导航

 

2017年2月13日

摘要: 【node 加载逻辑】 参考:https://nodejs.org/api/modules.html 阅读全文
posted @ 2017-02-13 17:01 Tekkaman 阅读(268) 评论(0) 推荐(0) 编辑
 
摘要: 【Babel】 1、babel有非常多的版本,可以通过多种方式引用,在链接1中可以查看到所有支持的版本。 2、对node版本的安装与使用,分以下几步: 1)install 2)使用transform api 转换代码 3)安装preset In order to enable the preset 阅读全文
posted @ 2017-02-13 11:46 Tekkaman 阅读(235) 评论(0) 推荐(0) 编辑
 
摘要: 【package.json bin】 1、bin field in your package.json which is a map of command name to local file name. On install, npm will symlink that file into pre 阅读全文
posted @ 2017-02-13 10:44 Tekkaman 阅读(941) 评论(0) 推荐(0) 编辑