본문 바로가기
Angular

Setup

by 파란만장한소년 2019. 5. 16.

1. Node.js 설치 및 VS 에디터 설치

https://nodejs.org/ko/

 

Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

nodejs.org

https://visualstudio.microsoft.com/ko/vs/?rr=https%3A%2F%2Fwww.google.com%2F

 

Visual Studio 2019 | 무료 다운로드

Visual Studio에서 코드 완성, 디버깅, 테스트, Git 관리 및 클라우드 배포를 사용하여 코드를 작성할 수 있습니다. 지금 Community를 무료로 다운로드하세요.

visualstudio.microsoft.com

2. 권장 플러그인 설치

1. ext install vscode-icons (Command)

2. ESLint (Ctrl + Shit + X) 

3. Relartive Path (Ctrl + Shit + X)

4. Guides (Ctrl + Shit + X)

5. Debugger for Chrome

6. Angular language Service

 

 

3. 전역환경에 Angular CLI 설치

npm i @angular/cli -g

 

 

* CLI Update

npm uninstall -g angular-cli
npm cache verify
npm install -g @angular/cli@latest