后端服务器
Creacion del后端Para aplicacion de admin pro del curso avanzado de Angular
后端安装补充程序
表示
快速表达对第三方的帮助REST de los repositorios
蒙大拿州数据库
Studio 3T
身体解析器:人体的para pasar paramertros
npm install body-parser --save
Instalar El Node Demon,Parque Qu Reini
角度的
一,流程
安装
npm install -g angular/cli
ng v
新建项目
新建项目并安装依赖
ng new Project1
或
新建项目但不安装依赖
ng new Project1 --skip-install
启动项目
启动项目并通过访问页面
ng serve
或
启动项目并自动打开页面
ng serve --open
开发工具
本教程使用vscode,和安装上angular插件。
二,目录解析
angulardemo01/
├── angular.json
├──