인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

gawoon's profile image
gawoon

asked

Getting Started with Vue.js - Age of Vue.js

Check the project folder structure created with CLI and explain the main.js file

vscode import Vue부분에 경고문이 뜨네요

Written on

·

353

1

vscode plugin관련 질문인데,

제 화면에서는 import 부분이 경고 표시가 뜨네요.

Vetur에서 tsconfig.json 등을 설정하라는데 vue-cli폴더에 세팅해주면 되는걸까요?

javascriptvuejs

Answer 1

1

captain님의 프로필 이미지
captain
Instructor

안녕하세요 가운님, 첨부해주신 이미지 보시면 VSCode 아래 상태 표시줄에 ESLint가 금지되어 있는데요. 클릭해서 allow everywhere 해주시면 됩니다 :)

gawoon's profile image
gawoon

asked

Ask a question