-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.
- [Vuejs]-Vue.js Dynamic Litera Directivel in plugin does not bind correctly
- [Vuejs]-Method in Vue.js cannot alter data value
Source:stackexchange.com