Frameworks/vue 썸네일형 리스트형 [vue] 기본 설치 및 기본 프로젝트 생성 1. cli 설치 npm install -g @vue/cli 2. vue command 오류시 zsh: command not found: vue 3. 2.의 오류 발생시 삭제 sudo npm uninstall --global vue-cli sudo npm uninstall --global @vue/cli 4. 재설치 (global) sudo npm install --global @vue/cli@latest 5. vue --version 해서 설치 확인. ~ % vue --version % vue create automation ERROR Failed to get response from https://registry.yarnpkg.com/vue-cli-version-marker Vue CLI v5.0.8.. 더보기 [vue] vscode 개발환경 설정 1. VSCode 설치 각 OS 별로 맞는 버전으로 다운받아서 설치하도록 함. https://code.visualstudio.com/download Download Visual Studio Code - Mac, Linux, Windows Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications. code.visualstudio.com 더보기 이전 1 다음