环境要求
- node版本在v8.9 或更高版本 (推荐 v10 以上)
- npm版本在9.8以上
- Please pick a preset – 选择 Manually select features
- Check the features needed for your project – 选择上 TypeScript ,注意空格是选择,点回车是下一步
- Choose a version of Vue.js that you want to start the project with – 选择 3.x (Preview)
- Use class-style component syntax – 直接回车
- Use Babel alongside TypeScript – 直接回车
- Pick a linter / formatter config – 直接回车
- Use history mode for router? – 直接回车
- Pick a linter / formatter config – 直接回车
- Pick additional lint features – 直接回车
- Where do you prefer placing config for Babel, ESLint, etc.? – 直接回车
- Save this as a preset for future projects? – 直接回车
项目搭建完成之后,使用npm run serve运行报错
npm : 无法加载文件 D:nodejsnode_globalnpm.ps1,因为在此系统上禁止运行脚本
解决方法:
- 1.使用命令
- get-ExecutionPolicy查看
- 显示Restricted:限制 所以要给权限
- 2. 使用命令:Set-ExecutionPolicy -Scope CurrentUser
- 3. 会提示为参数提供值
- 4. 输入: RemoteSigned ,成功解决。
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。