Manual installation (zip package)
Step 1
Download the package from orders.
Step 2
Unzip the downloaded package and open it in the code editor. Inside package.json
file you will
find plugins added as dependencies. The stylesheets for all plugins have been imported into the
main.js
file.
Step 3
We recommend that you remove unnecessary plugins from the project (package.json
and
main.js
) in order not to increase the weight of the application.
Step 4
After selecting the necessary plugins, proceed with the installation.
Step 5
Explore our documentation (plugins section in the menu on the left). Choose plugin you like, copy it to your project and compose your website. And yes, it's that simple!
NPM - new project
Prerequisites
Before starting a project make sure to install Node LTS (12.x.x recommended) and generate gitlab access token.
Installation
Note: For this instruction, we will use the Calendar plugin as an example. If you want to use a different plugin remember to change the plugin names and paths.
To install the MDB VUE UI KIT in your project easily type the following command in the terminal. Remember to swap the access token before starting the installation.
Then install the plugins you want to use:
Importing JS modules
Importing CSS files
To import plugin stylesheet please use the following syntax:
NPM - existing project
Prerequisites
Before starting a project make sure to install Node LTS (12.x.x recommended) and generate gitlab access token.
Installation
Note: For this instruction, we will use the Calendar plugin as an example. If you want to use a different plugin remember to change the plugin names and paths.
To install plugin in your project easily type the following command in the terminal. Remember to swap the access token before starting the installation.
Importing JS modules
Importing CSS file
To import the plugin stylesheet please use the following syntax: