add files:vue

This commit is contained in:
qianguyihao
2018-03-04 18:18:19 +08:00
parent a34fd4c6e1
commit ed4b45f820
20 changed files with 1662 additions and 341 deletions

View File

@@ -73,7 +73,7 @@ CommonJS 就是一套约定标准,不是技术。用于约定我们的代码
- <http://wiki.commonjs.org/wiki/CommonJS>
## 常用内置模块
### 常用内置模块
- `path`:处理文件路径。
@@ -95,4 +95,20 @@ CommonJS 就是一套约定标准,不是技术。用于约定我们的代码
总结:更多内容可以参考 api文档<https://nodejs.org/api/>
## 文件系统操作
### 相关模块
- fs基础的文件操作 API
- path提供和路径相关的操作 API
- readline用于读取大文本文件一行一行读
- fs-extra第三方<https://www.npmjs.com/package/fs-extra>