4

Vuetify seems to be an useful Framework. I was wondering if it's possible to use it inside our NativeScript apps with VUE.js

I have tried :

yarn add vuetify

<v-btn :href="source"
       icon
       large
       target="_blank"
       v-on="on"
      >
       <v-icon large>mdi-code-tags</v-icon>
</v-btn>

But Error says:

No known component for element v-btn.

1
  • 2
    NativeScript !== Cordova, so you can't. Vuetify is purely browser dependent / HTML DOM based components. Commented Nov 20, 2019 at 21:29

2 Answers 2

8

NativeScript !== Cordova, so you can't. Vuetify is purely browser dependent / HTML DOM based components.

Sign up to request clarification or add additional context in comments.

Comments

2

Though Manoj is right to point out that you can't use it like you intendet to do but you still can use a WebView in NativeScript to display your web application. Some apps in the appstores do just that - they use Nativescript for the Main-UI with device features and the webview to show the web application.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.