Nuxt Pro integration with Mdb vue pro


Topic: Nuxt Pro integration with Mdb vue pro

Nobleson asked 5 years ago

I want to integrate my nuxt project with MDB Pro version


Magdalena Dembna staff premium answered 5 years ago

Hi, I'm attaching a link to a tutorial how to get started: https://mdbootstrap.com/articles/vue/mdb-vue-nuxt-js-quick-start-guide/ Kind regards, Magdalena


xdon82 commented 5 years ago

please check my post here below


Magdalena Dembna staff premium answered 5 years ago

Hi, I'm attaching a link to a tutorial how to get started: https://mdbootstrap.com/articles/vue/mdb-vue-nuxt-js-quick-start-guide/ Kind regards, Magdalena


xdon82 answered 5 years ago

Hi guys, from documentation it's unclear If I can do like this:

1) npx create-nuxt-app appname

2) vue add mdb

or after nuxt app is created, instead of typing command vue add mdb, should i install it manually?

1) entering proper dependency in package.json

    "mdbvue": "git+https://oauth2:[token]@git.mdbootstrap.com/mdb/vue/vu-pro.git".

2) npm install mdbvue

3) adding:

    import 'bootstrap-css-only/css/bootstrap.min.css';
    import 'mdbvue/build/css/mdb.css';

which approach is better / proper?


Mikołaj Smoleński staff answered 5 years ago

We strongly recommend using CLI plugin. In fact it is the same approach, but plugin updates all needed files automatically, while the other installation type needs to be done manually.

Best regards


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
  • User: Free
  • Premium support: No
  • Technology: MDB Vue
  • MDB Version: 5.3.0
  • Device: Hp
  • Browser: Chrome
  • OS: Windows
  • Provided sample code: No
  • Provided link: No