An open API service indexing awesome lists of open source software.

https://github.com/daggerok/vuepress-github-pages-example

VuePress GitHub Pages quick documentation example
https://github.com/daggerok/vuepress-github-pages-example

node npm npm-run-scripts run-scripts vuepress

Last synced: 7 months ago
JSON representation

VuePress GitHub Pages quick documentation example

Awesome Lists containing this project

README

          

# vuepress-github-pages-example [![CI](https://github.com/daggerok/vuepress-github-pages-example/actions/workflows/ci.yaml/badge.svg)](https://github.com/daggerok/vuepress-github-pages-example/actions/workflows/ci.yaml)
VuePress GitHub Pages quick documentation example

You can run npm scripts outside npm project folder:

```bash
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:

```bash
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
```