1

Good, My question is really simple. I have a web project made in Vuejs and I would like to know if there is any way to take this project and to mirror it to NativeScript-Vue in some way.

Thanks and best regards!

1 Answer 1

2

There isn't an automated way to migrate your app. The templates should be completely rewritten as the mobile world has different UI components and concepts. Your scripts and styles, for the most part, should work the same way. You will need to figure out how to do the routing as the default vue.js router is not supported. You can check the manual routing article fore more information.

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

2 Comments

Thank you anthares, I understand that I must create a specific project to do this. A greeting!
However, there is a share code between the web and the mobile project. Check out this article: nativescript.org/blog/code-sharing-with-nativescript-vue

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.