vscode-samples

VS Code Samples

  • 所有者: microsoft/vscode-samples
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

vscode-samples

This repository contains sample applications customized for Visual Studio Code. Each sample is a self contained workspace with configuration files specific to that folder.

These examples use gulp. If you don't already have this installed globally then you can install with the following command:

npm install -g gulp

Next, cd into the sample directory, run npm install to install any necessary dependencies, and then start code:

JavaScript

cd node-express-javascript
npm install
code .

TypeScript

cd node-express-typescript
npm install
code .

To run the sample application, press F5 to start the server under the debugger and then browse to http://localhost:3000.

License

MIT

主要指标

概览
名称与所有者microsoft/vscode-samples
主编程语言JavaScript
编程语言JavaScript (语言数: 4)
平台
许可证Other
所有者活动
创建于2015-09-24 23:33:08
推送于2017-11-08 18:59:39
最后一次提交2017-11-08 11:59:39
发布数0
用户参与
星数163
关注者数43
派生数102
提交数32
已启用问题?
问题数7
打开的问题数0
拉请求数4
打开的拉请求数1
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?