Shahab Hosseiniimshahab.hashnode.dev·Mar 29, 2024Customizing Buefy: A Step-by-Step GuideBuefy is a lightweight, responsive UI library that integrates seamlessly with Vue.js, providing a rich set of components and tools for building modern web applications. While Buefy offers a visually appealing design out of the box, you may want to tw...42 readsVue.js
Jonathan Atienejonathanatiene.tech·Mar 31, 2020Setup for Vue and Buefy in Rails 6Be be sure you have node js, ruby and Ruby on Rails installed in your device rails -v #6.0.1 node -v #10.0.0 ruby -v #2.6.6 then we create a new app using rails webpack vue template rails new app --webpack=vue --database=postgresql the command ...buefy