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
v3is required,v3.5.xis recommended - Bootstrap
v5is optional,v5.3.xis recommended - TailwindCSS
v4is optional,v4.1.xis 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.
