码迷,mamicode.com
首页 > Web开发 > 详细

nodejs-配置vs code的插件

时间:2016-03-20 15:57:40      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:


在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的插件

标签:

原文地址:http://www.cnblogs.com/weloveshare/p/5297898.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!