정리/Vue.js

Vue.js 개발환경 파일

알렉스 페레이라 2023. 9. 15. 09:40

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. VSC

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

3.VSC Plugins

- Vetur

- Night Owl

- Material Icon Theme

- Live Server

- ESLint

- Prettier

- Auto Close Tag

- Atom Keymap

 

4.Vue.js DevTools

https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd/related

 

Vue.js devtools

Browser DevTools extension for debugging Vue.js applications.

chrome.google.com

 

'정리 > Vue.js' 카테고리의 다른 글

Vue.js 라우터란?  (0) 2023.09.20
Vue.js 컴포넌트 통신 / Vue.js 이벤트 emit  (0) 2023.09.19
Vue.js란? / Vue.js 인스턴스 / Vue.js 컴포넌트  (0) 2023.09.15
Vue.js 새 프로젝트 생성하기  (1) 2023.09.13
Vue.js 설치  (0) 2023.09.13