.Net Core+Angular Cli/Angular4开发环境搭建教程

一、基础环境配置1.安装VS 2017 v15.3或以上版本2.安装VS Code最新版本3.安装Node.js v6.9以上版本4.重置全局npm源,修正为淘宝的NPM镜像: npm install -g cnpm --registry=https://registry.npm.taobao.org 5.安装TypeScript cnpm install -g typescript typings 6.安装AngularJS CLI cnpm install -g @angular/cli 7.安装Yarn cnpm i -g yarn co
pdf 文件大小:342.07KB