강의

멘토링

커뮤니티

인프런 커뮤니티 질문&답변

ryosuke kureha님의 프로필 이미지
ryosuke kureha

작성한 질문수

Vue.js 완벽 가이드 - 실습과 리팩토링으로 배우는 실전 개념

Vue CLI로 프로젝트 생성 및 ESLint 로그 확인

eslint 에러가 발생하지 않는 이유에 대해서 여쭤봅니다.

작성

·

204

1

<template>
<div id="app">
Hello
</div>
</template>

<script>
export default {
methods: {
fetchData() {
console.log('HI')
console.log('G')
}
}
}
</script>

<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>
App running at: - Local: http://localhost:8080/ - Network: http://192.168.1.104:8080/ Note that the development build is not optimized. To create a production build, run npm run build. WAIT Compiling... 1:15:50 PM 98% after emitting CopyPlugin DONE Compiled successfully in 117ms 1:15:50 PM App running at: - Local: http://localhost:8080/ - Network: http://192.168.1.104:8080/
캡틴선생님 안녕하세요. 타입스크립트 학생입니다.
영상 5:12 초 에러가 발생하지 않습니다.ㅠㅠ 왜일까요...?

답변 3

1

프로젝트 루트 레벨로 워크 스페이스? 이게 무엇이죠? ㅎㅎㅎ ㅠㅠ

0

캡틴판교님의 프로필 이미지
캡틴판교
지식공유자

요렇게 하시면 됩니다 :)

0

캡틴판교님의 프로필 이미지
캡틴판교
지식공유자

안녕하세요 ryosuke님, 프로젝트 루트 레벨로 워크 스페이스가 잡히도록 다시 설정해 보시겠어요? :)

ryosuke kureha님의 프로필 이미지
ryosuke kureha

작성한 질문수

질문하기