Vue 의 2. x 설치 와 3. x 설치 가 이렇게 간단 합 니 다.

Vue 환경 을 빠르게 설정 하려 면 vue 를 설치 하기 전에 먼저 준비 작업 이 있어 야 합 니 다. node 와 npm (자체 테이프) [Node. js 공식 설치 패키지 와 소스 다운로드 주 소 를 설치 해 야 합 니 다.http://nodejs.org/download/】
Vue: vue 2. x 버 전 설치:
npm install -global vue-cli
cd ****        
vue init webpack my-project
npm run dev      

vue 3. x 버 전 설치:
npm install -g @vue/cli
cd ***   
vue create my-project
npm run serve

2. x 버 전의 Vue 를 설치 하면 3. x 버 전의 Vue 를 설치 하면 오류 가 발생 합 니 다.
npm ERR! Unexpected end of JSON input while parsing near '...QMc6vc5BL6/+lT/ihMjyr'
npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Administrator\AppData\Roaming
pm-cache\_logs\2019-09-13T11_56_28_103Z-debug.log

2. x 버 전의 Vue 를 마 운 트 해제 해 야 합 니 다.
npm uninstall vue-cli -g
npm cache clean --force       //      ,      ,      

좋은 웹페이지 즐겨찾기