Quick and fast rapid VuePress documentation development [[toc]]
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_HREF='/my-new-project/' vi package.json vi .vuepress/config.js# npm i npm run build npx serve .vuepress/dist/Documentation is deployed on GitHub Pages