Vus.JS ESLint Error

axios·2020년 4월 30일
0

Vue.JS

목록 보기
1/6
  • vue로 작업을하다보면 (index) is defined but never used 에러가 나온다.그럴경우 해당 프로젝트 폴더 위치에 vue.config.js 파일을 생성후 아래 코드를 작성해주고 실행한다.
    module.exports = {
      devServer: {
        overlay: false
      }
    }
  • ESLint관련 doc : https://eslint.org/docs/rules/
profile
하고싶은거 많은 주니어 개발자

0개의 댓글