https://github.com/mxvsh/vuedn
https://github.com/mxvsh/vuedn
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mxvsh/vuedn
- Owner: mxvsh
- License: mit
- Created: 2023-10-29T13:57:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T13:58:34.000Z (over 2 years ago)
- Last Synced: 2025-01-21T03:44:39.897Z (about 1 year ago)
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
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))