在vue创建项目时出现:
vue : 无法加载文件 C:UserslwmingAppDataRoaming pmvue.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
解决:
1.管理员身份运行PowerShell
2.输入set-ExecutionPolicy RemoteSigned ,执行命令
3.选择Y 或者A