It is sample application with vue.js
This app helps visualize a parent-child tree structure and provides functionality to add, delete, and update nodes within it.
- Edit Group
- Create Child group
- Add/Remove Clinician
- Remove group
- Drag and drop nodes
- Clone this repository:
git clone https://github.com/arpitha723/vue-project.git cd vue-project
- Install dependencies:
npm install ```
- Run the development server:
npm run serve
- Open your browser and visit
http://localhost:8080
.
-
After running the app, you'll see the home page with tree strucure of parent and child node .
-
Each node will display based on lazy loading
-
Create a new child group by clicking on 'Create Child Group'.
-
Edit Group group name by clicking on Edit Child group.
-
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
- You can use searchbar to check for the children
8.Can Arrange the node by dragging and drop the child
``
Here’s a preview of the app: