Topic: Documentation for vue pro setup
Paul Timoce pro asked 1 year ago
Expected behavior
I would expect to find proper documentation for the setup.
Actual behavior
Can't find any relevant documentation. The only documentation is related to CLI install which it seems I cant access with my 200$ purchase. I know I'm doing something wrong but I don't know what.
Resources (screenshots, code snippets etc.)
Here's how what i managed to do without finding specific documentation for my situation:
1) added "mdbvue": "./mdb/mdbvue/mdbvue-6.7.2.tgz" to package.json and the mdb folder containing the mdbvue-6.7.2 file
2) ran npm install
3) Found the node_modules/mdbvue folder containing various components
4) Imported the select component with:
import Select from 'mdbvue/src/components/pro/Forms/Select.vue';
5) Added the simple select code in the template and also the options12 constant in my script. Snippet link -> https://mdbootstrap.com/snippets/standard/paul_timoce/5560515
- Getting the error below:
Bartosz Cylwik staff answered 1 year ago
Hi, for the mdb5 vue you can check here: https://mdbootstrap.com/docs/vue/pro/installation/
for the mdb4 vue you can go there: https://mdbootstrap.com/docs/b4/vue/getting-started/installation/
Hope it helps! Best Regards!
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB Vue
- MDB Version: MDB5 4.0.0
- Device: laptop
- Browser: chrome
- OS: linux
- Provided sample code: No
- Provided link: Yes