티스토리 뷰
반응형
1) install 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/
open terminal - New Terminal
- npm install -g @vue/cli
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)
반응형
'VUEJS' 카테고리의 다른 글
댓글
공지사항