摘要:
首先,感谢尚硅谷! 剖析Vue实现原理 - 如何实现双向绑定mvvm https://github.com/xiluhua/mvvm 知识点准备: 1. [].slice.call(lis): 将伪数组转换为真数组 2. node.nodeType: 得到节点类型 3. Object.defineP 阅读全文
摘要:
node 文件打开状态 阅读全文
摘要:
buffer 阅读全文
摘要:
node 配置 npm npm 命令 查看全局文件包路径 npm config listnpm config ls -l npm install -g xxx 时, 模块将被下载安装到【全局目录】中。 npm config set prefix "目录路径" # 设置使用哪个版本的 npm 由此决定 阅读全文
摘要:
commonJS 规范 1. 模块引用 require('./path'), exports 暴露属性&方法 2. 模块定义 js 文件 3. 模块标识 各个 js 文件,包括: - 核心模块 由 node 引擎提供的模块 比如: var fs=require('fs') - 文件模块 用户自己编写 阅读全文
摘要:
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/conc 阅读全文