Skip to content

arpitha723/vue-project

Repository files navigation

vue-project

It is sample application with vue.js

Table of Contents

Introduction

This app helps visualize a parent-child tree structure and provides functionality to add, delete, and update nodes within it.

Features

  • Edit Group
  • Create Child group
  • Add/Remove Clinician
  • Remove group
  • Drag and drop nodes

Installation

  1. Clone this repository:
    git clone https://github.com/arpitha723/vue-project.git
    cd vue-project
    
  2. Install dependencies:
    npm install   ```
    
  3. Run the development server:
    npm run serve 
    
  4. Open your browser and visit http://localhost:8080.

Usage

  1. After running the app, you'll see the home page with tree strucure of parent and child node .

  2. Each node will display based on lazy loading

  3. Create a new child group by clicking on 'Create Child Group'.

  4. Edit Group group name by clicking on Edit Child group.

  5. Add/Remove Clinician and Remove Group will take you to another screen where you can add or remove the child

6.You cannot delete a child group that has more than one child group. In such cases, you will see an error notification

  1. You can use searchbar to check for the children

8.Can Arrange the node by dragging and drop the child

``

Demo Screenshots

Here’s a preview of the app:

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published