1. 기존 환경의 Node 버전을 확인한다.
node -v
2. node가 설치되어있다면
npm init vue@latest
위의 명령어를 입력해 설치한다.
Done. Now run:
cd vue_study
npm install
npm run dev
'Frontend > Vue' 카테고리의 다른 글
Vue 템플릿 자동완성 (0) | 2023.04.17 |
---|---|
window에 Node.js설치하기, window bit확인방법 (0) | 2023.04.17 |
3. vue는 2way binding 이다..! (0) | 2023.01.17 |
2. vue component import (0) | 2023.01.16 |
1. Vue를 시작해보자 (0) | 2023.01.14 |