Bootstrap
Now that we know almost everything about Vue.js, let's talk about Bootstrap. Check out the official Bootstrap page at https://v4-alpha.getbootstrap.com/.
In a nutshell, Bootstrap gives you a broad set of classes that allow building nearly everything with any layout in an easy and effortless way.
Bootstrap provides with you four most important things:
- Easy layouts building at https://v4-alpha.getbootstrap.com/layout/overview/
- Broad range of classes to style nearly any web element at https://v4-alpha.getbootstrap.com/content/
- Self-contained components such as alerts, budges, modals, and so on at https://v4-alpha.getbootstrap.com/components/
- Some utilities for styling images, figures, for positioning, styling, and adding borders at https://v4-alpha.getbootstrap.com/utilities/
How to install Bootstrap? It can be installed from the CDN:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha...