PS C:\Users\Administrator\Desktop\vuedemo> vue -v
vue : 无法加载文件 C:\Users\Administrator\AppData\Roaming\npm\vue.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅
https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
所在位置 行:1 字符: 1
+ vue -v
+ ~~~
+ CategoryInfo : SecurityError: (:) [],PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
解决办法:
搜索 powershell ,并且以管理员身份打开powershell。
输入 set-ExecutionPolicy RemoteSigned 。
全部选 Y 。
然后再 重新创建项目即可