Jessi :D

GitHub

GitHub

Vue - 사이트를 Github Pages에 배포하기 방법2

기본 셋팅 후 깃허브에 파일을 업로드 한 다음 과정. 파일수정 vue.config.js 파일 수정 module.exports = { publicPath: process.env.NODE_ENV === "production" ? "/vue-page/" : "/", outputDir: "docs", }; publicPath: process.env.NODE_ENV === "production" ? "//" : "/", npm run build "docs" 폴더가 생겼으면, 푸시한다. 참고 https://cli.vuejs.org/config/#target-browsers Configuration Reference | Vue CLI Configuration Reference Global CLI Config Some..

Github Page 만들기

Github 사이트 접속 https://github.com/ GitHub: Let’s build from here GitHub is where over 83 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat... github.com 아이디가 없으면 하나 만들어준다. 본인의 사이트명이 된다. repository생성 상단에 ' + > New Repository'로 들어간다. Repository 입력 자신의 사이트로 사용할 리파지토리명은 아이디와 똑같이..