angular6安装
程序开发
2023-09-23 07:20:43
中文
https://www.angular.cn/
二、下载
1.安装 node.js
https://nodejs.org/en/
2.删除老angular-cli
npm uninstall -g angular-cli
npm uninstall -g @angular/cli
npm cache clean || npm cache verify
Delete the C:UsersnameAppDataRoamingnpmnode_modules@angular folder.
3.安装
npm install -g typescript
4.安装
python3
5.安装
git
6.安装angular
npm i -g @angular/cli@latest
7.新建一个angular工程
ng new webReading 会安装下载 node_modules 300M左右 --需要科技
ng new webReading --skip-install 忽略node_modules
8.运行
cmd 进入新建工程的根目录
ng serve --open
自动弹出默认浏览器 http://localhost:4200/
转载于:https://www.cnblogs.com/buchizaodian/p/9534396.html
标签:
相关文章
-
无相关信息