Vue

Vue 인스톨 - 윈도우10

EasyCoding 2021. 1. 29. 12:20
728x90

1. Install Node.js

2. npm install -g @vue/cli

-g 를 안느면 실행안되니 꼭 넣으삼

vue -V

mkdir vue

cd vue

vue create testapp

cd testapp

npm run serve

http://localhost:8080/

create repo in github and upload testapp

netlify deploy: hjvuetest2.netlify.app/

 

vue_test

 

hjvuetest2.netlify.app

 

npm install vue-router --save

 

npm install vue bootstrap bootstrap-vue

npm run build