node.js VisualStudio2015 셋팅법
Programing/Node.js 2017. 11. 22. 19:51 |1. Node js 설치
2. https://github.com/Microsoft/nodejstools/releases/tag/v1.3.1
비주얼 스튜디오에 node.js tool 설치
3. 프로젝트 시작
4. 모듈 추가
5. 나머지 모듈도 똑같은 방법으로 설치
lodash
mkdirp
moment
redis
request
winston
mysql
'Programing > Node.js' 카테고리의 다른 글
[node.js] crypto 모듈 (0) | 2014.12.03 |
---|---|
[node.js] 기본 내장 모듈 (0) | 2014.11.30 |
[node.js] exports 객체와 모듈 (0) | 2014.11.30 |
[Node.js] process 객체 (0) | 2014.11.30 |
[node.js] console.log 출력 글자 색 적용 (0) | 2014.11.28 |