Nuxt content alternative for vue 3 + vite? - vue.js

I want to create simple blog with netlify cms and i have no idea is there any plugin with same purpose as nuxt content and with complete api in vue 3.
I look to Vite Plugin MD, while it's a great plugin but i have not found same function in nuxt content like fetch.
Is there any plugin with same functionality as nuxt content for vue 3 + vite?

Vitesse is still the best alternative to use Vue3 + Vite.
It's made by a guy who is both in the Vue and Nuxt core team btw.
It has some markdown support, not 100% equivalent to Nuxt content but it's a start. Otherwise, you can always complete it with some homemade solution like remark.

Related

How to adapt Vue component for browser build?

I have a legacy web application which I have introduced Vue into in a few places, via CDN. I have upgraded it from Vue 2 to Vue 3. There is a component used there which breaks with Vue 3, but there is a Vue 3 version of it. However, the author states this: "The component is packaged mainly for use with bundlers, if you require a browser build - post an issue." I do require a browser build. Is there some easy way I can do this for myself? I wasn't planning to use a bundler for this application, so I'm hoping I can use the existing modules to create a .js file I can use from the browser?

Is it possible to use vite with Nuxt.js for fast reloading?

According to this documentation https://v3.vuejs.org/guide/installation.html#vite, we can use vite with Vue.js for fast reloading.
I'm now switching to Nuxt.js and I'm wondering if it is possible to use vite with Nuxt.js.
I did not find an official way to do that, but it there any way?
Yeah, you will be able to use Vite with Nuxt once it's migrated to Nuxt 3 (with Vue3 backed in).
Right now, it's still on Webpack4 as of right now but you pretty much follow this github thread for futher updates. So far, the core team will unleash the possibility to interchangeably choose between Webpack and Vite.
Also, I can suggest that you check this week's JS World Conference because #atinux (Sebastien Chopin) will give a talk about Nuxt. So who knows, Nuxt3 maybe ?

MQTT in Nativescript-Vue

Im making a nativescript-vue project and I will utilize MQTT however I cant see any library related to it. However there are libraries for MQTT Nativescript for TS, JS, Angular.. Can I apply this to tns vue?
TypeScript / Angular / Vue, end of the day everything is just JavaScript. Especially when there is a feature available for NativeScript Core it should be easily accessible on the frameworks too, Angular / Vue.
Simply import the plugin in Vue and start using it, except removing the type declarations if you are using JavaScript for Vue development.
This question is solved when edusperoni officially continued the work of krislankford for nativescript-mqtt. This is the new repo of nativescript-mqtt: https://github.com/edusperoni/nativescript-mqtt and works in any nativescript templates.

How to pre-render initial page in VueJS using Webpack?

Is it possible to pre-render initial page of a VueJS app in Webpack as its done in preact-cli?
https://github.com/developit/preact-cli
Possible option that I can think of is Vue SSR, but is there a plugin available which does this? I couldn't find any which works.
Nuxtjs supports static pre-rendering.

What is the advantage of Vue in Laravel, Why Laravel not took Angular JS?

I am a Laravel developer for the last 3 years. I saw many articles in related to Vue and Angular.
Actually I want to know Why Laravel not took Angular JS ?. I think Angular Js more efficient than Vue Js.
Now the final 5.4 version Vue is becoming more popular. so What is the advantage of Blade Template ?
I request all of you to please clarify my points.