Skip to content

Contact app (Vue, Vuetify, Vue i18n, Vuex, Vue router, Json-server)

Notifications You must be signed in to change notification settings

arifemir/contact-app-vue-example

Repository files navigation

App use case

  • There are users in our application
  • Users can add contact also delete and share
  • Shared contact bring to contact request page
  • Contact recipient see contact request and can approve or reject
  • If approve contact request goes to contacts else only deleting contact request
  • The app supports 2 language (TR, EN)

Quick start

  1. Install dependencies

    npm install
    
  2. Run server and client both

    npm run dev
    

Client

  • Compiles and hot-reloads for development

    npm run serve
    
  • Compiles and minifies for production

    npm run build
    
  • Lints and fixes files

    npm run lint
    
  • Client uses vue, more information below for vue

    See vue

Server

  • Command that runs server

    npm run run-server
    
  • Server uses json-server, more information below for json-server

    See json-server

About

Contact app (Vue, Vuetify, Vue i18n, Vuex, Vue router, Json-server)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published