Topic: install mdb-calendar into current project

steve.boyls free asked 4 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.


Magdalena Dembna staff answered 4 years ago


  1. Copy a .tgz file from plugin folder to your project's root directory.
  2. Add the following line to the package.json (dependencies): "mdb-calendar": "./mdb-calendar-5.0.2.tgz"
  3. run npm i or yarn
  4. In your component import plugin with following statement: import { mdbCalendar } from 'mdb-calendar' and follow documentation: https://mdbootstrap.com/plugins/vue/full-calendar/


Please insert min. 20 characters.

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