文件名称:Angular2环境搭建
文件大小:195KB
文件格式:DOC
更新时间:2020-08-12 02:38:05
Angular2
angular2工程搭建 一、编译和运行环境搭建 1、node.js和npm安装 a、下载地址:https://nodejs.org/en/download/ b、通过node -v 和 npm -v检查是否正确安装 c、下载工程: 略 d、进入工程目录 cd resouces Shift + 右键进入dos命令窗口执行 npm install npm run start e、检查服务是否正常启动 http://localhost:3000 to see the demo 二、编辑环境安装 使用webstorm编辑器进行编辑。 webstorm下载地址: