(macOS) Go-Vue.js 2-Quasar 개발 셋팅
Setting 1. Homebrew update $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" xcode command line tool 없...
Setting 1. Homebrew update $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" xcode command line tool 없...
Minimum requirements Operating Systems: macOS (64-bit) Disk Space: 700 MB (does not include disk space for IDE/tools). Tools: Flutter depends on these...
1. 새로운 SSH 키 생성 SSH 키들은 기본적으로 사용자의 ~/.ssh 디렉토리에 저장됨 먼저 기존의 키들을 확인
1. 새로운 Git 저장소 만들기 원하는 작업 폴더 새로 만들고 폴더 안으로 이동해서 새로운 git 저장소 만들기 $ cd 작업디렉토리 $ git init
Gem-based 테마 구조 assets, _layouts, _includes, _sass
Jekyll? jekyll은 Markdown (또는 Textile), Liquid, HTML & CSS 로 구성된 페이지를 repository 에 push 하면 포스팅이 가능하게 해준다.