티스토리 뷰
1) install Nodejs
Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
- 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
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)