VuePress GitHub Pages quick documentation example
You can run npm scripts outside npm project folder:
npx degit daggerok/vuepress-github-pages-example app && cd $_
npm i -C docs
npm start -C docs
npm run dev -C docs
npm run build-github-pages -C docs
or quick getting started in target project:
npx degit daggerok/vuepress-github-pages-example /tmp/app
mv /tmp/app/.github ./
mv /tmp/app/docs ./
npm i -C docs
npm start -C docs
npm run dev -C docs
npm run build-github-pages -C docs