전체 글34 Component name "파일이름" should always be multi-word vue/multi-word-component-names 오류 해결 방법 Component name "파일이름" should always be multi-word vue/multi-word-component-names의 해결방법은 vue.config.js 파일을 열고 lintOmSave: false 를 추가한다. 2022. 3. 29. css 선택자 p{color : red} id 선택자 # name{color : blue ;} class 선택자 .name{backgroud-color : blue;} 의사 선택자 a : link{color : blue ;} a : visited{color : pink ;} a : hover{color : red ;} 속성 선택자 a[target]{color : green ;} 전체 선택자 *{backgroud : grey ;} 2022. 3. 23. html meta 태그 DOCTYPE html> Vue Material Dashboard PRO by Creative Tim name application-name 웹사이트 이름 author 문서 저작자 description 문서 설명 keywords 문서 키워드 http-equiv content-type 문서의 인코딩 default-style 대체 시트 스타일 선언 refresh 문서 새로고침 link rel=" " href=" " link rel="icon/stylesheet " href="~.css / https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.css " 스타일 시트 추가 및 연결 content name, http-equiv의 속성 및 내용 cha.. 2022. 3. 23. vue project 만드는 방법 1. npm install -g @vue/cli (버전) npm install -g @vue/cli 4.5.11 2. vue.cmd create 프로젝트명 3. vs code 에디터 추가 Vetur html css support Vue3 snippets 2022. 3. 23. 이전 1 2 3 4 5 6 ··· 9 다음