📌  相关文章
📜  vue\npm\vue.ps1 无法加载,因为在此系统上禁用了运行脚本 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:22.286000             🧑  作者: Mango

代码示例1
// execute in windows powershell:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser

// answered in https://github.com/vuejs/vue-cli/issues/3424#issuecomment-567530758 by Hooponopono