Lyrics


< More and better />


node新建

  1. 新建一个文件夹,进去之后npm init

  2. 安装依赖npm install –save PACKAGE_NAME

  3. 写应用逻辑