https://github.com/NdagiStanley/VueDN
Vuepress boilerplate integrated with Decap CMS hosted on Netlify
https://github.com/NdagiStanley/VueDN
decapcms jamstack netlify vuepress
Last synced: 6 months ago
JSON representation
Vuepress boilerplate integrated with Decap CMS hosted on Netlify
- Host: GitHub
- URL: https://github.com/NdagiStanley/VueDN
- Owner: NdagiStanley
- License: mit
- Created: 2023-04-16T13:07:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-27T03:41:33.000Z (6 months ago)
- Last Synced: 2025-04-27T04:28:14.501Z (6 months ago)
- Topics: decapcms, jamstack, netlify, vuepress
- Homepage: https://vuedn.netlify.app/
- Size: 213 KB
- Stars: 1
- Watchers: 2
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-decap-cms - VueDN - Vuepress boilerplate integrated with Decap CMS hosted on Netlify. (Starter Template)
README
# VueDN
Vuepress-DecapCMS-Netlify
- Built using VuePress
- Managed using DecapCMS
- Hosted on Netlify
## Use template
[](https://app.netlify.com/start/deploy?repository=https://github.com/NdagiStanley/VueDN)
Follow the steps [here](https://vuedn.netlify.app/template/#continue-setup) to complete setup.
## Run
Use node version: 18
- Install dependencies:
```bash
yarn
```
- Run locally:
```bash
yarn docs:dev
```
- Build:
```bash
yarn docs:build
cd site/.vuepress/dist && hs
```
\*hs - `http-server` ([npm package](https://www.npmjs.com/package/http-server))