1.0.0 • Published 4 years ago

vuepress-blog-template v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Sid's Vuepress Blog

Getting Started

  • install it locally installing
  • add some markdown posts to _posts, check the existing example
  • deploy your blog, check Deployment

install dependencies

yarn

run a development live server

yarn dev

Deployment

  1. generate the static files using:

    yarn build
  2. deploy the content of .vuepress/dist to any hosting service.

Built With