Skip to content

Tag: vue.js

How to use Vue 3 & Add Plugin Boostrap-vue?

I try using Vue 3, but I look can’t using Vue.use(exampleplugin) again. I using command vue add bootstrap-vue after generate vue create project. And on plugin bootstrap-vue warning with code: Output warning terminal: warning in ./src/plugins/bootstrap-vue.js “export ‘default’ (imported…

Skeleton loader component

I’m new to VueJS, and I’m coming to you to find out if what I’ve done is feasible or not. Instead of having old data, while loading components, I prefer to display a preloader. I liked the idea of a skeletons loader, rather than a simple spinner. Right now I have a state in the store, which …