I am currently starting a personal project with Rails 5.1 which I would like to release it in a couple of months and see if I can grow it.
I already decided to use Vue.js as the main FE framework.
(the reason for both of them is that I know them - rails for a couple of years, vuejs I am still learning but I can do basic stuff).
Currently I'm facing a decision as I dont want to create my own CSS framework:
1) Should I use Bootstrap v4 - alpha with Bootstrap Vue (https://bootstrap-vue.github.io) Reasons: easy to find help with Bootstrap and probably a library which will last?
2) Should I just use http://vuetifyjs.com? Is it ready for being use in production?
3) Should I use a combination of Bootstrap v4 CSS styles + http://element.eleme.io for the Javascript elements?
The frontend part will be a mix of Turbolinks/Rails and Vuejs and not an independent Vuejs app.