This is the source code of Vue MDBootstrap Documentation.
Use yarn or npm to install the dependencies and build the project.
# with npm
npm install
# with yarn
yarn install# with npm
npm run docs:dev
# with yarn
yarn docs:dev# with npm
npm run docs:build
# with yarn
yarn docs:buildThen copy the files under docs\.vitepress\dist folder to the http-server web folder.