DEV (2) 썸네일형 리스트형 [ 완료 ] Todo List GitHub https://github.com/larmong/todo-list ProjectURL https://larmong.github.io/todo-list/ React - Todo List 기본 todo list 스타일링 리스트 추가 모달창 light / dark 모드 완료된 리스트 체크 기능 리스트 추가할때 현재 날짜로 추가 리스트 수정 리스트 삭제 (할지말지 모르겠음) 서버 연동 Timeline 2022-07-10 기본 todo list 스타일링 2022-07-11 프로젝트 완료(서버제외) 터미널로 Github 올리기 및 Vue.js 배포 방법 1. GitHub repository 생성 2. 터미널 키고 cd 폴더주소 3. git init 4. git remote add main 깃허브URL 5. git add -A 6. git commint -m “커밋메세지” Vue.js 배포 할 때 해야하는 작업 1. config.js 파일에 아래 코드 추가 module.exports = { outputDir: "./docs", publicPath: "" } 2. npm run build 3. Push할때는 docs 폴더안의 파일만 해주면 됨 이전 1 다음