Skip to content

Commit 836180c

Browse files
누락된 내용 추가
1 parent a1624d1 commit 836180c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

_posts/2017-12-03-eslint-plugin-vue.markdown

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,16 @@ Vue.js는 사용하는 사람에 따라 코딩 스타일이 매우 다릅니다.
2525

2626
2727

28-
`vue init webpack my-project`
28+
```
29+
vue init webpack my-project
30+
cd my-project
31+
npm install
32+
npm install --save-dev eslint eslint-plugin-vue@next
33+
```
2934

30-
터미널에서 위 명령어로 새 프로젝트를 만듭니다.
35+
터미널에서 위 명령어로 새 프로젝트를 만들고 eslint-plugin-vue를 설치합니다.
3136

32-
eslint 설정을 담고 있는 파일은 **.eslintrc.js **입니다. 기본값은 아래와 같습니다.
37+
eslint 설정을 담고 있는 파일은 **.eslintrc.js** 입니다. 기본값은 아래와 같습니다.
3338

3439
<script src="https://gist.github.com/ChangJoo-Park/0d19afe8bcaeee3ed2aeb48ad81ab1ac.js"></script>
3540

0 commit comments

Comments
 (0)