npm publish 发布本身的模块(发布包)

1.编写模块 exports.sayHello = function(){     return 'Hello World.'; } 保存为hello_freedom.js 2.初始化包描述文件 $ npm init package.json {   "name": "hello_freedom",   "version": "0.0.1",   "description": "A hello w
相关文章
相关标签/搜索