vue 问题总汇

yarn : 无法加载文件 C:\Users\Administrator\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
所在位置

搜索Winows PowerShell  以管理员打开

cd操作到system32目录执行 set-ExecutionPolicy RemoteSigned

vue 问题总汇_第1张图片

yarn install 安排

 

 

vue报错修改

data functions should return an object:

vue 问题总汇_第2张图片

vue 问题总汇_第3张图片

 

The data property "visible" is already declared as a prop. Use prop default value instead.

vue 问题总汇_第4张图片

 

你可能感兴趣的:(vue.js,yarn)