Страница:
Home
Страницы
Advanced Debugging
Automatic Typings Acquisition
Azure Cloud Service Projects
Azure Deployment new
Azure Deployment
Build Instructions
Contributing
Debugging the NTVS TestAdapter code with vstest.console.exe
Debugging
ES6 IntelliSense Preview in NTVS 1.1
FAQ
Home
Install Node.js and get started with Node.js tools
IntelliSense and Editing
Interactive Window (REPL)
Manual Test Matrix
NTVS 1.1 Manual Test Matrix
NTVS 1.2 Manual Test Matrix
NTVS 1.3 Manual Test Matrix
Npm Integration
Pre and Post Build Actions
Profiling
Projects
Publish to Azure Website using Git
Publish to Azure Website using Web Deploy
Release Activities Checklist
Remote Debugging Node.js running on Linux
Running Our Tests
Test Explorer
Test Framework Extensibility
Troubleshooting
TypeScript
Working with Browser (Clientside) JavaScript in NTVS
io.js and ES6 support
37
Home
Gabrielle Crevecoeur редактировал(а) эту страницу 2019-09-25 14:11:34 -07:00
🎵Note: This documentation is outdated at this point, especially when using the Node tools in Visual Studio 2017. We're working on update docs, and will redirect you to those when they're ready.
Getting Started
- Install Node.js and get started!
- Tutorials and Walkthroughs
- NTVS Overview video - fast-paced overview of NTVS with @DinoViehland (outdated, but still good)
- Node.js and NTVS Walkthrough (Channel 9) - discussion and walkthrough of Node.js/NTVS with @mousetraps
- Tutorial: Build a Node.js powered chatroom web app in NTVS with Rami Sayar
- FAQ
- Troubleshooting
See "Features in-Depth" below for more information on TypeScript support, running Grunt on build, deploying to Azure, and other NTVS features.
Contributing
- Contributing to NTVS
- Build Instructions for NTVS
- Running Our Tests
- Manual Test Matrix
- Microsoft Internal Contributor Docs
Features In-Depth
- IntelliSense and Editing
- Debugging
- Projects
- TypeScript
- npm Integration
- Interactive Window (REPL)
- Profiling
- Azure Deployment
- Test Explorer
- Pre and Post Build Actions (running grunt on build)
Recommended Extensions
- Package IntelliSense
- Web Essentials (includes jslint and jshint support)
- Task Runner Explorer (for grunt and gulp)
- EditorConfig
- Minimal Visual Studio settings - a set of extensions and settings to make VS feel more minimal.
- Npm Task Runner - Task runner for npm scripts.
Node.js on Windows Resources
- Microsoft Node.js guidelines
- MAX_PATH workarounds
- iisnode - hosting Node.js applications on Windows
- nvm-windows - for switching between Node versions on the fly