Tailwind 사용 법

.env 사용 법

https://jsonformatter.org/

폰트어썸: https://fontawesome.com/

기본 포트 localhost:5173

node.js 설치 필수, git ignore 때문에 npm install 필수

소셜 로그인

Setup함수

프로젝트 생성

터미널

npm init vue

eslint, prettier, vue-router만 yes, 프로젝트명 생성 후

cd 프로젝트명
npm install
npm run dev