Zveratko
Zveratko

Reputation: 2810

NativeScript-Vue with Material design

I'm interested with vue.js and nativescript, but I'm not sure how to produce material designed apps. This is due to, that I am not really sure how the vue-nativescript works. I have found this well documented vuematerial.io and I have been wondering, if I can use this for mobile app.

Is it possible to use it in nativescript or is it targeted only on mobile web pages?

If no, is there any way how to force to render vue-nativescript app in Material design?

Upvotes: 0

Views: 2902

Answers (1)

Manoj
Manoj

Reputation: 21908

I believe you rightly understood what NativeScript is, a framework that allows you to build pure native mobile apps by reusing your existing web development skills.

So the obvious answer is No, you can't use any libraries that targets HTML (until you want to run your whole app inside a WebView).

NativeScript for Vue / Angular allows you to reuse all the core features comes with the framework to build a native app. You have to get familiar with cross platform UI components provided in box with NativeScript and the CSS attributes supported by platform to build your app.

Upvotes: 3

Related Questions