This project have one module called "Order". When you run this project, you will redirect to HomePage. It will show you the list of available orders in Grid, and you can create new order by clicking on "New Order" button. The newly created order will listed in Grid then you can easily Edit and Delete it. Data will be stored in local memory. Thanks!
Below are the steps to configure project in dev environment
npm install -g @vue/cli
npm install
npm run serve
npm run build