Good,
My question is really simple. there is 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.js in some way.
Thanks and best regards!
Solution :
There isn’t an automated way to migrate the app. The templates should be completely rewritten as the mobile world has different UI components and concepts. the 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.