A
A
Alexei Lavrov2018-10-05 15:09:32
JavaScript
Alexei Lavrov, 2018-10-05 15:09:32

How to start developing an application in NativeScript and Vue.js?

I have some experience with js and jquery. Now I have a desire to try my hand at mobile development, while I settled on NativeScript and Vue.js. The question is common - where to start? Is it possible to write a simple web application in vue and then rebuild it as an application?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Artem, 2018-10-05
@ulkoart

You should start by studying the documentation, so that later it doesn’t turn out that you want one thing, but NativeScript doesn’t know how.

T
tedgisler, 2018-10-05
@tedgisler

IMHO, from the tutorial https://www.youtube.com/playlist?list=PLiKWVuUOQtP...

M
marsdenden, 2018-10-30
@marsdenden

You need to start with vue.js as such. Properties, computed properties, components, vuex, writing plugins, etc.
Then get into nativescript. Moreover, it will not be possible to take the vue code for a webapp and just screw up a native application, since nativescript-vue is not at all the same as vue.js. They are just brothers, not twins. If only because in nativescript, vue templates are built according to a completely different principle - it is rather a shell on the Android SDK, the main advantage of which is some kind of reduction to a common standard for Android and iOS. But you will have to dance around the rake, since there is no complete documentation and there are no exhaustive tutorials, you have to rummage through the github.
But Playground is just a great thing to try.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question