Pompey Magnus
Pompey Magnus

Reputation: 2341

Responsive SPA and VueJS

In the past, due to lacking any real CSS skill and design capabilities, I just started out with bootstrap. VueJS looks very interesting to me for my next project. I started down a path with it but after some readings and finding vue-strap (only working with 1x currently as I understand it), I thought I should verify that Vue + Bootstrap is not only a viable solution but a common one with minimal project setup, thinking WebPack.

I also would be curious if there is a better combo option with Vue to get the 'out of the box' responsiveness bootstrap gives.

Vue is fundamentally different from other frameworks that I used and I'm not even sure I'm asking a sensible question, so knowing that is useful too.

Upvotes: 2

Views: 1012

Answers (1)

Marek Urbanowicz
Marek Urbanowicz

Reputation: 13654

If you are looking for complete SPA + responsiveness framework with VueJS, I definitely suggest Quasar Framework: http://quasar-framework.org/guide/

It comes with complete, responsive CSS, almost all necessary components (with missing coming soon). It is what you want as you don't have to combine things yourself etc as it gives you complete foundation to develop SPA which will work perfectly fine on all devices.

It is like Ion (which works with Angular), but with VueJS

Upvotes: 3

Related Questions