Topic: How to make strapi and mdb ui kit together
                  
                  dingzeng
                  free
                  asked 2 years ago
                
Expected behavior
Actual behavior
Resources (screenshots, code snippets etc.)
How to make strapi and mdb ui kit together
                      
                      Bartosz Cylwik
                      staff
                        answered 2 years ago
                    
Hi, what exactly you need to do?
Strapi has a Getting Started With Vue section, where you can check how to use them together at this link: https://docs.strapi.io/dev-docs/integrations/vue-js#create-a-vue-js-app
Information on how to connect mdb-vue-ui-kit with vue app you can find in our documentation:
https://mdbootstrap.com/docs/vue/pro/installation/
Basically, use Strapi APIs to fetch data which can be used with MDB vue components. I prepared a snippet with example where you should call an API (onMounted) and how to render our components (I used MDBBtn with data that contains array of objects) using the v-for directive:
https://mdbootstrap.com/snippets/vue/b-cylwik/5120051#js-tab-view
If that doesn't help, please give us more information about what you need to do with mdb-vue-ui-kit. Best Regards!
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
 - Premium support: No
 - Technology: MDB Vue
 - MDB Version: MDB5 3.2.0
 - Device: PC
 - Browser: Chrome
 - OS: macOS
 - Provided sample code: No
 - Provided link: No