Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 813 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 813 Bytes

VuePress Template

Use this template to easily spin up VuePress sites to use locally and on platform.sh.

This template has its own subtheme that extends the default VuePress theme.

TODO: Write about components and slots and all that fun stuff

Developing

You can easily get the site running locally.

TODO: Add link to start state spinups

# 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

Testing

# Run the VueJS linter
lando lint

# Run the markdown linter
lando test

References