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
- Host: GitHub
- URL: https://github.com/daggerok/vuepress-github-pages-example
- Owner: daggerok
- Created: 2021-07-06T16:41:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-11T13:31:31.000Z (over 4 years ago)
- Last Synced: 2025-02-27T02:19:38.942Z (11 months ago)
- Topics: node, npm, npm-run-scripts, run-scripts, vuepress
- Language: Kotlin
- Homepage: https://daggerok.github.io/vuepress-github-pages-example
- Size: 1.86 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuepress-github-pages-example [](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
```