|
|
|
|
|
by manigandham
3165 days ago
|
|
Bootstrap can be used with just the CSS and none of the JS components, although Vue also makes it easy to encapsulate jquery into components. [1] Tachyons [2] is another CSS framework that basically takes the component approach to the extreme and makes all styles separate, like bootstrap being made of only utilities. 1. https://vuejs.org/v2/examples/select2.html 2. http://tachyons.io/ |
|