[Vuejs]-How to work with Vue.js and Semantic UI?

-1👍

At the end of the day these are just javascript and css files. Include them into your html and start coding. These complicated build processes you mentioned are suited for large applications that require the overhead of webpack.

I’ve never used Semantic but it looks to be just a widget library, while Vue is a view framework. There is no special set up required to get these 2 to work with each other, just start adding Semantic elements into your Vue templates.

Leave a comment