* 노드 버전 확인 node -v Node 최신버전으로 셋팅 https://velopert.com/1351 [Node.js] TIP: Node.js 와 NPM 최신버전으로 업그레이드 하기 | VELOPERT.LOG 이번 포스트는 기존에 node.js 가 설치 되어있는 상태에서 Node.js 와 NPM 을 최신버전으로 업그레이드 하는 방법에 대한 팁 입니다. 주의: 일부 모듈에선 v6.0.0 을 지원하지 않습니다. # Node.js 업그레�� velopert.com * PhpStorm vue plugin 설치 Setting -> Plugins -> vue검색 -> install 클릭 -> restart IDE 설치 1. 새로운 라라벨 프로젝트 생성 laravel new vue_test 2. Compoer에..