nodejs-配置vs code的插件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nodejs-配置vs code的插件相关的知识,希望对你有一定的参考价值。


在windows上安装好npm后,再在终端里使用npm安装express,再安装express-generator 
进入express的目录,
在终端中执行
  1. npm install
启动express
  1. 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.

  1. npm install -g tsd
安装相应模块的自动补全配置文件
  1. tsd query node --action install
  2. tsd query express --action install










以上是关于nodejs-配置vs code的插件的主要内容,如果未能解决你的问题,请参考以下文章

VS Code配置markdown代码片段

VS Code配置markdown代码片段

vs code插件

[搬运] 将 Visual Studio 的代码片段导出到 VS Code

VS Code配置snippets代码片段快速生成html模板,提高前端编写效率

VS Code 插件整理