Use this template to easily spin up Bootstrap 4 themed VuePress sites to use locally with Lando and on Netlify.
You can easily get the site running locally.
# Start it up
cd template-vuepress
lando start
# Get a helpful list of all your lando commands
lando
# Watch site while writing codez
lando yarn dev
# Run the VueJS linter
lando lint
# Run the markdown linter
lando test
There are standard components in the theme directory. I have split them out to home and interior pages so you can have different styled pages. Although the look the same now, you can use your coding skillz to make the changes.