WEB Developer/Vue JS
Vue CLI
Clark Shim
2024. 4. 2. 23:15
What is the Vue CLI
https://cli.vuejs.org/guide/installation.html
Installation | Vue CLI
Installation Node Version Requirement Vue CLI 4.x requires Node.js version 8.9 or above (v10+ recommended). You can manage multiple versions of Node on the same machine with n, nvm or nvm-windows. To install the new package, use one of the following comman
cli.vuejs.org
에 나오는 것처럼
npm install -g @vue/cli
수행 후
vue --version
으로 확인
이후
vue create vue-first-app
cd vue-first-app
npm run serve
를 통해 VUE Framework 시작 가능하다