Topic: files to import with license pro
siacomputacion free asked 5 years ago
files to import with license pro
Buy your license pro but I am not clear that bilbioteca really must import mdb.css, mdb.lite.css or some other does not exist a mdb.js, you can really clarify that you must import to work with your libraries is very frustrating that Do not have a clear model of how to import things either for free or pro.
A greeting
Magdalena Dembna staff answered 5 years ago
Hi, Recently we've received few issues regarding laravel. We'll inspect the problem and release new instruction in the nearest future. I'm sorry for the inconvenience. Kind regards, Magdalena
siacomputacion free answered 5 years ago
The following steps were indicated by Mr. Mikołaj Smoleński from the staff
Hi there,
Here's our guide for Laravel Users:
MDBVUE LARAVEL HOW-TO:
$ laravel new yourappname $ yarn add mdbvue $ yarn add -D babel-preset-stage-2 in yourappname/resources/js/app.js add - this might seem v. tricky & weird* - import 'mdbvue/build/css/mdb.css'; enhance a chosen blade template (default: "yourappname/resources/views/welcome.blade.php") with a) id="app" this is where our Vue instance will be mounted b) in the head so that the default BS styles can get attached c) in, say, lower part of the body so that our js goodies actually get there $ yarn dev it will compile both css and vue code into the output files we attached above $ php artisan serve now we should have a php server running (by default at localhost: 8000) Best regards
I have followed the instructions to the letter but this type of errors appears and for more laps that I give I do not know how to solve it. I'm trying to implement mdb in an existing project that is made with laravel + vuejs + bootstrap and the idea is to integrate the power shown by mdbbotstrap, I have acquired the pro version. I have installed it by npm I have imported, I have used examples that are in your web and I appear errore like the following with the use of any element. select, checkbox, datatable, etc
The mistake is: VM2278 app.js: 67933 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Magdalena Dembna staff answered 5 years ago
Hi,
Once you've bought our pro package, navigate to your project folder and run npm install
or yarn
. If you've already installed dependencies, all you need to do is to import components you wish to use. In our docs you'll find a code for each component split into separate tabs - template
and script
. All necessary imports are listed in the script tab.
In this tutorial you will find how to set up your project:
https://www.youtube.com/watch?v=s6ox3b9Xedc
Kind regards,
Magdalena
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: 5.3.0
- Device: pc
- Browser: chrome
- OS: windows 10
- Provided sample code: No
- Provided link: No