摘要: 在visual studio code终端输入命令 tsc --init 其中tsc为typescript的命令 安装好typescript就可以了 typescript安装需要 npm或者cnpm 而npm在node.js里安装 。。。。 安装好node.js 确定安装好之后 在命令行输入命令 n 阅读全文
posted @ 2020-06-15 14:39 暗黑银狐 阅读(1537) 评论(0) 推荐(0)
摘要: launch.json 配置文件 { // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "con 阅读全文
posted @ 2020-06-15 14:33 暗黑银狐 阅读(919) 评论(0) 推荐(0)
摘要: https://segmentfault.com/a/1190000019055976 阅读全文
posted @ 2020-06-15 14:27 暗黑银狐 阅读(172) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/lulushen/p/12548191.html 一、打开VS Code的EXTENSIONS,安装Debugger for Chrome,如下图 二、打开活动栏上Debugger Run模块,点击create a launch.json 选择Chro 阅读全文
posted @ 2020-06-15 14:14 暗黑银狐 阅读(5163) 评论(1) 推荐(0)
摘要: https://www.cnblogs.com/wodeqiyuan/p/11790930.html 出现这个问题的原因可能是:PowerShell执行策略的问题 解决: 1. 右击VSCode图标,选择以管理员身份运行;2. 在终端中执行get-ExecutionPolicy,显示Restrict 阅读全文
posted @ 2020-06-15 14:12 暗黑银狐 阅读(544) 评论(0) 推荐(0)