[Vue] VS Code에 Vue 프로젝트 생성
·
2023-02 몰입형 SW 정규 교육
Vue 프로젝트를 생성하기 위해서는 먼저 Node js와 npm이 설치되어 있어야 합니다. Node.js 설치하기 (18.17.1 LTS) 제가 사용할 Node.js 버전은 18.17.1 LTS 입니다. 먼저 아래 사이트에 접속한 후 https://nodejs.org/ko/blog/release/v18.17.1 Node v18.17.1 (LTS) | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.or zero-talk.tistory.com 1. 터미널에(ctrl + shift + `) Vue 설치 명령어를 입력합니다. npm install -g @vue/cli 2. vue --version 명령..