VS code extension for autoimport component - vue.js

I have same issue with auto import sfc component with Vetur extension and Nuxt
It perfect work with html template
Result
Get nothing with pug template
Сan anyone help me get auto-import to work, because before that everything worked for me. I have only vetur pack installed

So far, the closest issue related to your feature request is this one.
From what it looks, it is still not working as of today. I've posted a follow-up question with your query.
Feel free to subscribe to the issue for future updates.
TLDR: it is not supported today as far as I understand.

Related

View a 3D-Model in Vue 3

I'm looking for a way to embed my 3D-Model (.glb, .gltf, fbx. doesn't matter) onto my website, which i built in vue 3.
However, I am unable to find any package or work around to do so. The only npm-package i could find was vue-3d-model, sadly it's still not supporting vue 3, see here: https://github.com/hujiulong/vue-3d-model/issues/287.
The other thing i stumbled across was model-viewer, which didn't work for me either, i added screenshots of the errors which i got, i used the code posted here.
Does anybody know a way how i could fix this? Or maybe an alternative to the two ways above?
Help would be much appreciated
Cheers, Josch

Can I get by without adding Vetur to my Vue.js 3 Apps?

I'm using Visual Studio Code to develop Vue.js 3 apps. In my early learning on vuemastery.com it was instructed to use Vetur, but I'm finding that Vetur is too much of a hassle to get it working, and it's consuming a lot of time. The Vetur documentation is just "tossed salad" and doesn't target specific issues; it needs a lot of editing, too. Can I get by without Vetur?
Vetur can't find tsconfig etc.
Cannot find module '../assets/ etc.
In terms of necessity, nothing obliges you to use it it just helps with for example definition jumping and completion in some cases.
As stated in some comments, its main purpose it to ease development and if doesn't do that for you no need to have it. I would still recommend setting some time aside so you can figure it out and try and having it running :D

VUEJS SSR, how to?

I made a VueJS 3 app (WebPack 3.12.0), with prerendering (not serverside), and the content of some page are loaded via ajax request, so google bots can't see the text (this is the problem here).
I read that I need to use SSR to do this. So I tried a couple of tutorials but no one seem to works (some do nothing, others crashes my app). I don't really know which one is the best and they are all using differents solutions.
First of all, do I need to use SSR to achieve what I want ? And if yes, anyone have a good tutorial (and a working one) ?
Thanks guys !
The best solution for SSR with Vue is to use Nuxt.js: https://nuxtjs.org/
It's not that complex, working really great !
It will probably be migrated to Vue3 really soon (Nuxt 2.15.2 is using Vue2 still), maybe even today during the JS World Conference.
Also, you can check those videos of Debbie who does a nice job of explaining things in a clear and simple way: https://www.youtube.com/c/DebbieOBrien/videos

React Admin : How to use bootstrap instead of Material Design?

and first of all thank you for your amazing work.
The README file indicates that it is possible to use Bootstrap instead of Material Design, but I can’t find any documentation of how to implement it.
Does anybody has already done that ? Thank you in advance :)
Unfortunately, we did not find the time to document the ra-core package properly yet, so you'll have to explore the source code for now. I doubt you'll find any example for doing this as the separation into two packages (ra-core and ra-material-ui) is quite recent.
Be aware that building a bootstrap version of react-admin will take a lot of time. You'll have to explore the ra-material-ui package and build a bootstrap version of every components.

Not able to import and use correctly gson on javaEE web

I'm trying to change from netbeans to IntelliJ, so I'm a bit confused.
The project is simple, a java controller, connected from a Android device, and using plsql to make all the stuff on the database.
Everything works fine until we reach the first library, GSON, seems like I don't import it well, but I have used all the fixes that I have found on internet.
So when i make a search from my android device, I get this Exception.
Also, the libraries don't show on the Libraries section
[I'm not able to put more than 2 links because of my rep, i will put in a comment below]
Thanks for everyone that tries to help this little noob!
Gretings, rudeboy.
Okay, the problem was solved on this post, and basically is putting all the libraries on WEB-INF/lib, and it solve it, hope this helps to anyone