프로그래밍/Vue.js

[Vue.js - Vue CLI] 개발환경 구성하기

ITDevStory 2021. 11. 9. 23:34
Vue CLI를 이용해 Vue.js 애플리케이션 개발환경 구성하기

 

1. Node.js 설치

https://nodejs.org/ko/

 

Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

nodejs.org

 

2. VSCode 설치

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

        ▷ VSCode 설치 후 확장 기능 설치

[설치항목]

    · Vetur

    · Html css support

    · Vue 3snippets

 

 

 

 

 

 

 

 

 

 

 

 

 

Vue CLI 설치
npm install -g @vue/cli