mac上如何使用node.js
ringa_lee
ringa_lee 2017-04-17 15:34:02
0
3
635

在mac机上如何安装使用Node.js,如何搭建服务器,启用服务器,测试等等。

ringa_lee
ringa_lee

ringa_lee

모든 응답(3)
黄舟

当然是参考官方文档最好:https://nodejs.org/en/download/。

PHPzhong

brew install node
brew install nginx
npm install express
npm install pm2 -g
pm2 start bin/www
修改 nginx.conf 添加 server 反向代理
修改hosts
访问你的项目

大概就这么个流程,仅供参考

洪涛

楼上说的都可以,补充一个用 nvm 安装

  1. curl -o- https://raw.githubusercontent... | bash

  2. nvm install node
    详细看这里:https://github.com/creationix...

최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿