• 카테고리

    질문 & 답변
  • 세부 분야

    프론트엔드

  • 해결 여부

    미해결

vue create vue-todo 생성 후

22.08.08 17:12 작성 조회수 332

1

Helloworld에서나

삭제하고 새로운 파일을 만들고

vue + 탭으로 생성하면

<template> 쪽에 에러가 생깁니다.

에러 내용은

TypeScript intellisense is disabled on template. To enable, configure `"jsx": "preserve"` in the `"compilerOptions"` property of tsconfig or jsconfig. To disable this prompt instead, configure `"experimentalDisableTemplateSupport": true` in `"vueCompilerOptions"` property.volar
이라고 나옵니다.
 
구글에 검색해서 jsconfig.json에 
jsx를 추가하면 이제 template쪽에
 
Parsing error: No Babel config file detected for D:\jiniwooki\vue\VUE-INTERMEDIATE\vue-todo\src\components\TodoInput.vue. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.eslint
 
이런 에러가 나오는데 해결방법이 있을까요.,.
그리고 깃 권한 신청 부탁드려요

답변 1

답변을 작성해보세요.

0

안녕하세요, 강의 내용을 따라서 진행하시려면 Vetur 라는 뷰 플러그인을 쓰셔야 합니다. volar는 삭제해 주세요. 깃헙은 추가해 드렸습니다 :)