nodejs-配置vs code的插件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nodejs-配置vs code的插件相关的知识,希望对你有一定的参考价值。
进入express的目录,
在终端中执行
npm install
启动express
npm start
可以在浏览器中输入网址:http://localhost:3000看一下效果
安装TSD配置,可以让nodejs自动补全命令
he TypeScript Definition Manager (TSD) makes it easy to search for and install TypeScript definition files into your workspace. This tool will download the requested definition from the DefinitelyTyped repository. As we did with the express generator, we will install TSD globally using NPM so that you can use the tool in any application you create.
npm install -g tsd
安装相应模块的自动补全配置文件
tsd query node --action install
tsd query express --action install
以上是关于nodejs-配置vs code的插件的主要内容,如果未能解决你的问题,请参考以下文章
[搬运] 将 Visual Studio 的代码片段导出到 VS Code