3rddaytraining 中文文档教程
包含节点js文件的文件夹可以转换为节点包 节点包——节点包是模块的集合 一个包可以被另一个节点包使用并利用其中的模块..
要将文件夹转换为节点包,您需要运行
npm init
A folder containing node js file can be converted int a node package Node package -- a node package is a collection of modules a package can be used by another node package and utilize modules in it..
to convert a folder into a node package , you need to run
npm init
更多