일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 고등학교에서 살아남기
- 모각코
- 살려주세요
- 실리콘밸리
- 동아리
- 개발자
- 코코아클론
- 코딩
- 알고리즘
- 코뮤니티_코딩챌린지
- 파이썬 #프로그래밍 #학생
- 알고리즘은 너무나도 행복하다
- 회고
- 클론코딩
- 노마드코더
- 코뮤니티
- 니콜라스
- c #c언어 #포인터 #코딩 #프로그래밍 #코딩이 진리다 #개발자
- 아두이노
- 코뮤니터_코딩챌린지
- 대회
- 꾸준함
- 예약사이트
- 파이어베이스
- C언어 #포인터 #배열 #코딩 #개발 #프로그래밍
- 백준
- 검색알고리즘
- 화이팅
- 설정
- 파이썬
- Today
- Total
wau2380's playground
how to install Vue.js in windows system(윈도우 환경에서 vue 프레임워크 설치하는 방법) 본문
how to install Vue.js in windows system(윈도우 환경에서 vue 프레임워크 설치하는 방법)
wau2380 2021. 9. 5. 17:39In my case, I don't install Node.js. lol
So, If you don't install Node.js. You can't write this code like "npm install vue" , "npm ~~~"
first install node.js
https://nodejs.org/ko/download/
다운로드 | Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
And restart coumputer!
and typing in cmd like this
npm install vue
install again
npm install -g @vue/cli
typing this in vsc terminal
vue create test(file name of your choice)
Then, go to the file(in my case is test) typing this
npm run serve
goto http://localhost????
and result is...
if you have bug like this
vue : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\####\AppData\Roaming\npm\vue.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오.
위치 줄:1 문자:1
+ vue create test
+ CategoryInfo : 보안 오류: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
Referece it
https://singa-korean.tistory.com/21
[PowerShell] VSCode 터미널 오류 : 이 시스템에서 스크립트를 실행할 수 없으므로 ~ .ps1 파일을 로드할
VSCode 에서 npm을 설치하고 사용하고자 할 때 아래와 같은 어려움에 부딪칠 수 있다. 이는 스크립트 실행 권한이 제한되어 있는 상태이기 때문이다. 스크립트 실행 권한을 변경하기 위해서는 Window
singa-korean.tistory.com
Thankyou~
'Vue.js' 카테고리의 다른 글
Vue.js 프로젝트 구조 (2) | 2021.09.08 |
---|