Vue CLI를 이용해 Vue.js 애플리케이션 개발환경 구성하기
1. Node.js 설치
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
'프로그래밍 > Vue.js' 카테고리의 다른 글
[Vue.js 기본] Vue.js 란? (0) | 2021.11.20 |
---|---|
[Vue.js - Vue CLI] Vuex + Router 프로젝트 생성후 실행하기 (0) | 2021.11.10 |
댓글