티스토리 뷰

VUEJS

VUEJS) vue js environment setup

Programmers 2021. 10. 18. 08:13
반응형

1) install Nodejs

https://nodejs.org/ko/

 

Node.js

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

nodejs.org

Nodejs

- try LTS Latest version first! if you have npm, reinstall it.
- do not change path.
- if error occur, try to install right one(16.11.1) version. the version will be updated depend on your date.

2) install VScode

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

VScode

open terminal - New Terminal
- npm install -g @vue/cli

teminal

3) Extension

click extension and install extentions

- install vetur
- install HTML CSS Support
- install Vue 3 Snippets

4) create Project

file and open folder

- vue create practice(projectName)

반응형
댓글
공지사항