Skip to content

Getting Started

Vue MDBootstrap can be used to built Single Page Application (SPA) by using module bundler or built common web page by using resources from the CDN.

Requirements

  • Vue.js v3 is required, v3.5.x is recommended
  • Bootstrap v5 is optional, v5.3.x is recommended
  • TailwindCSS v4 is optional, v4.1.x is recommended
  • Vue Router is optional, and is required for building SPA using module bundler
  • Pinia is optional, and is required for building SPA using module bundler
  • Vuelidate is optional, and is required for forms validation

Quick Setup

Using package manager

With this method you have the flexibility to use either Bootstrap or TailwindCSS framework, but not both.

Using CDN resources

With this method you can only use Bootstrap CSS framework. TailwindCSS is not recommended to be used on production website. Please read the tailwind official website for more information.

Released under the BSD-3-Clause License.