Manual installation (zip package)
Step 1
Download the package from orders
Step 2
Unzip downloaded package and open it in the code editor
Step 3
Explore our documentation (menu on the left). Choose components you like, copy it to your project and compose your website. And yes, it's that simple!
MDB CLI
CLI installation is the most efficient way to use MDB. It enables options such as:
- Free hosting (supports custom domains, SSL, FTP access)
-
Install any MDB package
with a single command
- Easy updates with a single command
- Backend starter templates (Laravel, plain PHP, node.js & more)
- WordPress setup in 3 minutes (blog, ecommerce or blank project)
- Git repository for you and your team
Step 1
To start using MDB GO / CLI install it with one command:
Step 2
Log into the CLI using your MDB account:
mdb register
command.
Step 3
Initialize a project:
Step 4
Install the dependencies (inside the project directory):
Step 5
Run the app:
Step 6
Publish when you're ready:
NPM
Keep in mind that the Single Use license does not allow installation via gitlab link. The only option for this type of package is manual installation.
Prerequisites
Before starting a project make sure to install Node LTS (14.x.x recommended) and generate gitlab access token.
Installation
To install MDB UI KIT in your project easily type the following command in the terminal. Remember to swap the access token before starting the installation.
Importing JS modules
You can import the entire library or just individual modules:
Importing CSS file
To import MDB stylesheet please use the following syntax:
Vite
Keep in mind that the Single Use license does not allow installation via GitLab link. The only option for this type of package is manual installation.
Prerequisites
Before starting a project make sure to install Node LTS (14.x.x recommended) and generate GitLab access token.
Step 1
Initialize the project. Select a Vanilla
framework during installation.
Step 2
Navigate to the app's directory. Replace <vite-project>
with your project name.
Step 3
Install dependencies.
Step 4
To install MDB UI KIT in your project easily type the following command in the terminal. Remember to swap the access token before starting the installation.
Step 5
Import CSS. Replace the content of the style.css
file with the line below.
Step 6
Import JS. Replace the content of the main.js
file with the code below.
Step 7
Replace the content of the index.html
file with the the following code:
Step 8
Launch the application.
Install specific version
When you install MDB from our GitLab server, the latest version of the library will be downloaded by
default. You can add #version_number
at the end of the installation command in order to install
specific MDB version.