IT/Program 썸네일형 리스트형 템플릿 tonhnegod.tistory.com/102 더보기 Nuxt 체험 #001 01. 참조 사이트 https://ko.nuxtjs.org/guide/installation 02. App 생성 $ yarn create nuxt-app 03. 서버 기동 yarn dev 04. 접속 확인 http://localhost:8080 더보기 Git Hub 연동 VsCode 0. Git 설치 https://git-scm.com/downloads 1. Vs Code에서 프로젝트 작성2. Git Mode에서 그대로 Commit3. Git Hub 생성4. Git Hub에 Push #참고 Git 가이드 …or create a new repository on the command line echo "# test01" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/javadianjp/test01.git git push -u origin master …or push an existing repository from the command l.. 더보기 이전 1 다음