add files:vue
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user