낭만 프로그래머
Angular (Angularjs2) 와 Atom 본문
1. Atom 설치
2. angular 프로젝트 생성
ng new study |
3. Atom 실행
cd study atom . |
4. atom-typescript 패키지 설치
- atom-typescript 로 검색 후 설치
5. linter 패키지 설치
- linter 로 검색 후 설치
참고 : https://github.com/steelbrain/linter
6. editorconfig 패키지 설치
- editorconfig 로 검색 후 설치
참고 : https://github.com/sindresorhus/atom-editorconfig
7. file-icons 패키지 설치
- file-icons 로 검색 후 설치
참고 : https://github.com/file-icons/atom
'Javascript > Angular' 카테고리의 다른 글
Angular에서 브라우저 Cache 문제 해결 (0) | 2024.02.01 |
---|---|
Angular + Spring Boot 기본 프로젝트 만들기 (0) | 2023.07.07 |
Kendo UI Angular 에서 PdfViewer 사용시 에러 (0) | 2023.06.13 |
CentOS 6.6 에 Anguar (AngularJS2) 시작하기 (0) | 2017.04.25 |