Skip to content

ahmadfajar/vue-mdbootstrap-docs

Repository files navigation

Vue MDBootstrap Documentation Website

This is a source code of Vue MDBootstrap Documentation.

How to install

Use yarn to build the project.

Install dependencies

yarn install

Run documentation on local development server

yarn run serve

Build documentation for production

yarn run build

Then copy the dist folder to http-server web folder.