Skip to content

NdagiStanley/VueDN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)