【发布时间】:2015-12-24 08:12:24
【问题描述】:
我有一个空的新项目,当我运行 npm init 时,我得到了一个要回答的问题列表,例如:
name: (karma)
version: (1.0.0)
description:my project description
entry point: (index.js)
我真的对“入口点”的说法感到困惑,这应该是我的 index.html 文件还是我的 app.js 还是别的什么?
【问题讨论】:
标签: javascript node.js npm