Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

tarang19's avatar

wanted to start lerning nativejs using backend laravel

! i wanted to start learn native.js with Vue + axios + laravel any one know any tutorial for this

! And difference between nativescript or vue-native which one is good for development ?

Links: https://www.nativescript.org/ https://vue-native.io/

0 likes
2 replies
CorCronje's avatar

I have gone down this path.

  1. The difference between Nativescript and Nativescript-Vue is the latter is Vue.js wrappers for the Typescript UI components, which is compiled down to native Android or IOS UI components. I like Vue.js, but in this case preferred the standard Typescript setup and process. I also found more and concise examples in Typescript as opposed to Nativescript-Vue

  2. If I remember correctly, Axios is not supported, you need to use another HTTP wrapper.

  3. Checkout Jen Looper's blog https://www.nativescript.org/blog/author/jen-looper for some neat and helpful Nativescript-Vue related stuff.

  4. Here's a repo of a simple weather app I made in NS-Vue https://github.com/CorCronje/Yawa

All the best!

tarang19's avatar

Which one to use Nativescript or Nativescript-Vue

And how to design mobile vue Can we use bostrap?

Please or to participate in this conversation.