Skip to content

Quick and fast rapid VuePress documentation development

License

daggerok/vuepress-docs-howto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hero footer
true
Made by Maksim Kostromin with ❤️ 🤘

vuepress-docs-how-too GitHub actions

Quick and fast rapid VuePress documentation development [[toc]]

Bootstrap new project

Start from documentation:

wget -qO- https://github.com/daggerok/vuepress-docs-how-too/archive/master.zip | tar xvf - # tar -xvf <(curl -sL https://github.com/daggerok/vuepress-docs-how-too/archive/master.zip) # jar -xvf <(curl -sL https://github.com/daggerok/vuepress-docs-how-too/archive/master.zip) mv vuepress-docs-how-too my-new-project cd my-new-project/ # find and replace: vuepress-docs-how-too -> my-new-project # such as: BASE='/my-new-project/' vi package.json vi .vuepress/config.js

VuePress docs

# npm i npm run build npx serve .vuepress/dist/

open http://localhost:5000/

Documentation is deployed on GitHub Pages

Contributors 2

  •  
  •