This project is for Vue.js 2.6.10 with Fontawesome and provide CRUD operations, which is Create, Read, Update and Delete.
In order to make it easier to understand the method of operation, this project also provides several preset data in the start view.
When the user hovers on the form, the background color of the corresponding field will be highlighted, which is convenient for the user to find the corresponding data. Click on the icon in the left column of the form to execute the function.
When adding or modifying data, it will check whether the data has passed the verification. If it fails to pass the verification, it will display the error information at the top of the screen to help the user to clarify the problem.