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
相關文章
相關標籤/搜索