简体   繁体   English

Angular6 的 Visual Studio 编辑器

[英]Visual Studio Editor for Angular6

I have read that VS Code editor has to be installed in order to work with angular.我已阅读必须安装 VS Code 编辑器才能与 angular 一起使用。

My question is that whether we can use VS professional 2017 to work with angular.我的问题是我们是否可以使用 VS Professional 2017 与 angular 一起工作。

In order to work with angular you need to install Node npm .为了使用 angular 您需要安装Node npm VisualStudio Code its enough and its perfect. VisualStudio Code够用而且很完美。 Go to node.js website and download it, check it by node -v and npm -v then you can run npm commands and install angular like this: npm install -g @angular/cli . Go to node.js website and download it, check it by node -v and npm -v then you can run npm commands and install angular like this: npm install -g @angular/cli . The flag -g make global to use whereever you want in your computer Use VisualStudioCode or JetBrains标志-g make global 可以在您的计算机中任意使用 使用 VisualStudioCode 或 JetBrains

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM