Topic: install mdb-calendar into current project
steve.boyls free asked 5 years ago
I'm trying to install the mdb-calendar plugin for my current project. I haven't found any instructions on how to install it. The documentation only shows how to use it in a .vue file.
Instructions would very helpful. Please provide some detailed instructions.
Add comment
Magdalena Dembna staff answered 5 years ago
- Copy a
.tgz
file from plugin folder to your project's root directory. - Add the following line to the package.json (dependencies):
"mdb-calendar": "./mdb-calendar-5.0.2.tgz"
- run
npm i
oryarn
- In your component import plugin with following statement:
import { mdbCalendar } from 'mdb-calendar'
and follow documentation: https://mdbootstrap.com/plugins/vue/full-calendar/
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: 5.8.3
- Device: Desktop
- Browser: Chrome
- OS: Unbuntu
- Provided sample code: No
- Provided link: No