전체 글
-
[Vue.js] Error vue/multi-word-component-names 이유 및 해결 방법Front-end/Vuejs 2022. 8. 3. 10:53
Error code Component name "[component name]" should always be multi-word vue/multi-word-component-names 에러 이유 더보기 참고) https://eslint.vuejs.org/rules/multi-word-component-names.html component의 이름은 항상 multi-word로 구성되어야 한다. 이 규칙은 root App component, 내장된 , 를 제외하고는 항상 적용된다. HTML요소가 모두 한 단어이기 때문에 충돌을 방지하기 위함이다. 해결 방법 { "vue/multi-word-component-names": ["error", { "ignores": [] }] } 파일 위치 위에 참고된 문서를 보..
-
[Vue CLI] Vue CLI 설치 및 사용방법Front-end/Vuejs 2022. 8. 3. 09:52
더보기 참조 문서) https://cli.vuejs.org/guide/ Overview | Vue CLI Overview WARNING This documentation is for @vue/cli. For the old vue-cli, see here. Vue CLI is a full system for rapid Vue.js development, providing: Interactive project scaffolding via @vue/cli.A runtime dependency (@vue/cli-service) that is: Upgradeable; cli.vuejs.org CLI CLI(@vue/cli)는 전역적으로 설치된 npm 패키지이며, 터미널에서 vue명령을 제공한다. vue creat..
-
[VSCode] Visual Studio Code 설치 방법Front-end/VSCode 2022. 8. 2. 17:36
Window 10에서의 VSCode 설치 방법 1. Visual Studio Code 공식 홈페이지 이동 https://code.visualstudio.com/ 2. VScode Download Download for Windows 버튼 선택 3. VSCodeUserSetup-x64-1.69.2.exe 파일 실행 Downlod 버튼 선택 시 자동으로 exe파일이 다운로드 됨 4. Visual Studio Code 설치 라이선스 동의 : '동의합니다' 체크 설치 위치 선택 : 기본값 사용 추가 작업 선택 : 'PATH추가(다시 시작한 후 사용 가능)' 체크 5. 설치 완료