标签:组件 jquery save 安装 node beta bootstrap 配置 studio
首先在本机安装node.js才能用 npm 命令
环境搭建:
npm node.js
npm install -g @angular/cli
安装第三方库:
npm install --save bootstrap
npm install --save jquery
npm install --save @types/jquery
npm install --save angular2-cookie
npm install --save rxjs
npm install --save @angular/material@2.0.0-bata.12
npm install --save @angular/cdk@2.0.0-beta.12
npm install --save @angular/animation
项目结构:
创建项目:ng new projectName
创建组件:ng g c compomentName
创建模块:ng g m moduleName
创建服务:ng g s serviceName
Visual Studio Code Angular4 配置环境
标签:组件 jquery save 安装 node beta bootstrap 配置 studio
原文地址:https://www.cnblogs.com/jasonlai2016/p/9642023.html