Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 647 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 647 Bytes

VueDN

Vuepress-DecapCMS-Netlify

  • Built using VuePress
  • Managed using DecapCMS
  • Hosted on Netlify

Use template

Deploy to Netlify

Follow the steps here to complete setup.

Run

Use node version: 18

  • Install dependencies:

    yarn
  • Run locally:

    yarn docs:dev
  • Build:

    yarn docs:build
    cd site/.vuepress/dist && hs

*hs - http-server (npm package)