Vue Mobile Starter screenshot

Vue Mobile Starter

Author Avatar Theme by Johnsenzhou
Updated: 27 Feb 2018
103 Stars

A starter project structure for Vue.js app.

Categories

Overview

The vue-mobile-starter is a mobile application designed for building single-page micro applications using the Vue.js framework. It is suitable for beginners looking to understand and master core concepts such as Vue, Vuex, and Vue Router.

Features

  • Global and local application configuration with Vue modules
  • Usage of third-party UI components
  • Configuration of Vuex store
  • Router programming with Vue Router
  • Configuration of nested routes and route information objects

Installation

To install the vue-mobile-starter, follow these steps:

  1. Install the required dependencies:
npm install vue2 vuex vue-router
  1. Install additional libraries:
npm install jsonplaceholder axios muse-ui express pm2
  1. Clone the repository:
git clone [repository-url]
  1. Install project dependencies:
npm install

Summary

The vue-mobile-starter is a small-scale mobile application that provides a practical use case for understanding and mastering the core concepts of Vue.js development. It offers features such as global and local configuration, usage of third-party components, Vuex store configuration, and more. The project also hints at the future development of a React + Redux version.