VSCode 터미널에서 vue 설치 (vue -g install vue/cli) 후
테스트 폴더를 작성하려고 했는데 에러가 발생
vue create test //테스트 폴더 생성 명령어
console 내용 :
vue : 이 시스템에서 스크립트를 실행할 수 없으므로 ~~ vue.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Exe cution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오.
- PowerShell 을 관리자 모드로 실행
- get-help Set-ExecutionPolisy > [Y](조금 시간이 걸린다)
- Set-ExecutionPolicy RemoteSigned > [Y]
반응형
'Frontend > Vue 2' 카테고리의 다른 글
vue3 computed - getter setter (0) | 2021.10.18 |
---|---|
vue3 computed 캐싱 (0) | 2021.10.18 |
vue3 computed (0) | 2021.10.18 |
vue3 syntax (0) | 2021.10.18 |
[유튜브] 한시간만에 끝내는 Vue.js 입문 (0) | 2021.10.13 |