Vue CLI? 명령줄 인터페이스(Command Line Interface). 명령어를 통한 특정 액션을 수행하는 인터페이스 도구. 명령어 보조/실행 도구 https://cli.vuejs.org/ Vue CLI cli.vuejs.org 터미널(Ctrl + ~)에서 npm을 이용하여 설치 설치 안되면 sudo npm install -g @vue/cli 로 진행 npm install -g @vue/cli where does npm install packages? Windows XP - %USERPROFILE%\AppData\npm\node_modules Windows 7, 8 and 10 - %USERPROFILE%\AppData\Roaming\npm\node_modules Vue CLI 3.x를 이용한 프..