erdkse / adminlte-3-vue

Vue 3.4.27 start-up project with AdminLTE 3.2.0 template
https://erdkse.com/projects/preview/adminlte-vue
MIT License
240 stars 113 forks source link

Example CRUD #37

Closed donny26utama closed 2 years ago

donny26utama commented 2 years ago

Hello, I'm very interested in your this repository. can you add an example and documentation of how to create a CRUD page with this repo? thanks.

erdkse commented 2 years ago

What do you mean bu CRUD page?

donny26utama commented 2 years ago

how to implement RESTful API with your repo. For example, I want to add a menu called Article. I need a page that shows all articles with pagination, then I need a page that can show the form to add/update Articles. lastly, delete an article with a prompt popup. How to achieve these?

erdkse commented 2 years ago

Do you know VueJS?

donny26utama commented 2 years ago

yeah, I know and still learning, but I don't know how to implement it into your repo. mostly what I learn from tutorials and your repo has a different structure. That's why I need your help.

erdkse commented 2 years ago

If you check class components for Vue It will help you