Vue Native Starter App screenshot

Vue Native Starter App

Author Avatar Theme by Geekyants
Updated: 8 Aug 2018
141 Stars

Vue Native Starter App with Login, News Feed and Sidebar using Vuelidate and Vuex

Categories

Overview

This article is a product analysis of a sample login app built with Vue Native and Vuex. It provides step-by-step instructions for installation and highlights the key features of the app, such as validations and state management with Vuex.

Features

  • Validations: The app utilizes Vuelidate to implement form validations, marking fields as dirty when they lose focus.
  • State Management: Vuex is used for state management, with actions, mutations, and a store specified in the code.
  • Folder Structure: The source files are organized in a “src” folder, with assets in an “assets” folder. Screens and components are located in their respective folders.

Installation

To install the app, follow these steps:

  1. Clone the repository and install the necessary packages.
  2. For iOS, run react-native run-ios in your terminal.
  3. For Android, ensure you have an Android emulator installed and running, then run react-native run-android in your terminal.

Summary

This product analysis examines a sample login app built with Vue Native and Vuex. It highlights key features such as form validations and state management with Vuex. The article also provides installation instructions and gives an overview of the app’s folder structure.