Vue 프로젝트 생성

JIYEONG YUN·2021년 5월 17일
0

SSAFY

목록 보기
4/4
  1. init
$ npm init
  1. npmjs
    https://www.npmjs.com/
ex) $ npm i prompt-sync
  1. CLI (https://cli.vuejs.org/guide/installation.html)
$ npm install -g @vue/cli
  1. check
$ vue --version
  1. @vue/cli 프로젝트 생성
$ vue create vue-board


$ cd hello-vue-cli
$ npm run serve

  1. axios 설치
    https://www.npmjs.com/package/axios
$ npm i axios 
profile
나의 '개발'자국 🐾 | [이전 블로그] https://blog.naver.com/yoonjy1106

0개의 댓글