三大前端框架(一) Angular, React, Vue的安装方法及引入bootstrap和jquery方法

安装方式(npm方式) Angular React Vue Angular npm install -g @angular/cli 安装脚手架 ng new my-app 创建一个名为“my-app”的工作空间(目录位置自定义) npm install 安装依赖 ng serve -o 会自动打开默认浏览器并访问http://localhost:4200/ 如果需要引入bootstrap和jque
相关文章
相关标签/搜索