일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 먹기좋은곳
- A. Steed 2: Cruise Control
- 발산맛집
- 냥이
- 냥냥
- 발산역 근처 카페
- 스테이크
- 소호정
- 부모님과
- CodeJam 2017 Round 1B
- 파버스
- 양재맛집
- 카페
- coffee
- codejam
- 레스토랑
- RED CAT COFFEE X LOUNGE
- CDJ
- 파머스테이블
- 스파게티
- 소호정본점
- 냥스토리
- 스코티쉬 스트레이트
- 안동국시
- 고양이는 언제나 귀엽다
- 치명적 귀여움
- 커플
- 발산
- 데이트
- 고양이
- Today
- Total
hubring
Atom 설치하기 본문
1. 아톰 설치
A hackable text editor for the 21st Century
At GitHub, we’re building the text editor we’ve always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can’t wait to see what you build with it.
atom.io
2. 아톰 테마 설정
seti-ui 테마 : 직관적 파일 아이콘을 가져 파일 구분이 쉬움, 색조합이 튀지 않음
Window : File -> Settings
Mac : Atom -> Preferences
install 탭 선택 -> 패키지 검색 창 옆 Themes 버튼 클릭 -> seti-ui 입력

install 버튼 클릭하여 설치
4. Syntax 테마 설정
atrom-meterial-syntax-dark: javascript 코드 구문 강조색의 조합이 좋아 가독성을 높임.
위 방식과 동일
install 탭 선택 -> 패키지 검색 창 옆 Themes 버튼 클릭 -> atrom-meterial-syntax-dark 입력

5. 테마 적용
Themes 탭 선택 -> UI Theme 클릭 Seti 선택 -> Syntax Theme 클릭 Atom Meterial Dark 선택

6. Vue 패키지 설치
install 탭 선택 -> 패키지 검색 창 옆 Packages 버튼 클릭 -> language-vue 입력

처음 설정할 경우 아톰 에디터를 종료 후 다시 실행해야 패키지가 적용됨
'Javascript > Vue.js' 카테고리의 다른 글
[Vue] Vuex 란? (0) | 2019.05.06 |
---|---|
[Vue] Vue 인스턴스 (0) | 2019.04.14 |
[Vue.js] 뷰 개발자 도구 설치 (0) | 2019.04.08 |