前端学习杂记(记录中...)

HTML+CSS+JS

流行的三大框架:VUE/React/Angular

全栈还需要学习Node

 

 三大框架对比

上手难易:vue

中小型使用vue/react

大型项目使用angular

 

Bootstrap

提供了写好的样式

bootstrap.min.css 是 bootstrap.css经过压缩的,样式内容一样,文件比较小

bootstrap.responsive.min.css 是用于响应式布局开发的文件,是 bootstrap.responsive.css 的压缩

bootstrap.min.js 也是一个压缩版本,里面定义好了一些js的插件效果

 

前端 UI 框架 (参考:2019Web前端最新导航 

  • Bootstrap:https://www.bootcss.com/
  • ElementUI:https://element.eleme.cn/
  • iView:https://www.iviewui.com/
  • Ant Design:https://ant.design  (基于 React 的 UI 组件库,主要用于研发企业级中后台产品。官网推出了 Ant Design pro 作为示例,可以看看。)
  • Ant Design Mobile:
  • Ant Design of Vue:Ant Design 的 Vue 实现,开发和服务于企业级后台产品。)

 

 

 

 

你可能感兴趣的:(前端学习杂记(记录中...))