Home / Companies / LogRocket / Blog / Post Details
Content Deep Dive

Building mobile apps with Vue Native

Blog post from LogRocket

Post Details
Company
Date Published
Author
Ejiro Asiuwhu
Word Count
1,932
Language
-
Hacker News Points
-
Summary

Vue Native, a now-deprecated JavaScript framework, was designed to create cross-platform mobile applications for Android and iOS by leveraging Vue.js and wrapping around React Native. It offered features such as declarative rendering, two-way data binding, and access to the extensive Vue ecosystem, enabling developers to use directives like v-model and v-if, alongside Vuex for state management. By compiling to React Native, it allowed for easy integration of React Native components without additional configuration. Setting up a development environment involved using the Vue Native CLI, and UI components like View, Text, Image, and TextInput were utilized to build interfaces. Navigation in apps was managed through Vue Native Router, while centralized state management was handled with Vuex. Developers could also access device APIs through the React Native ecosystem, exemplified by using expo-location for geolocation services. Despite its deprecation, Vue Native facilitated building cross-platform apps with the combined strengths of Vue and React Native.