- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 143字
- 2021-08-27 19:57:32
Bootstrap
Bootstrap (https://getbootstrap.com) is a responsive UI framework for modern web development. It offers a mobile-first approach for web development with utilities and UI components that are fully responsive. Bootstrap 4 is the latest version, uses flexbox for layout, and is completely written in Sass, which makes it easier to customize. Bootstrap supports a 12-column grid framework, which lets you build responsive web pages with ease. JHipster uses ng-bootstrap (https://ng-bootstrap.github.io) so that pure Angular components are used instead of the ones provided by Bootstrap, which are built using JQuery, and Bootstrap is used only for styling.
Mobile first web development is an approach where the UX/UI is designed for smaller screen sizes first thus forcing you to focus on the most important data/elements to be presented. This design is then gradually enhanced for bigger screen sizes making the end result responsive and efficient.
推薦閱讀
- C++ Primer習題集(第5版)
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Learning ArcGIS Pro 2
- 軟件測試工程師面試秘籍
- Python Network Programming Cookbook(Second Edition)
- C語言從入門到精通(第4版)
- Babylon.js Essentials
- 零基礎學Kotlin之Android項目開發實戰
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Python機器學習開發實戰
- Android應用開發攻略
- PHP從入門到精通(第7版)
- 換個姿勢學C語言
- 深入理解LLVM:代碼生成
- 數據可視化之道:數據分析中的圖表制作思路與方法(全彩)