https://github.com/theyorkshiredev/vuepressstarter
https://github.com/theyorkshiredev/vuepressstarter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theyorkshiredev/vuepressstarter
- Owner: TheYorkshireDev
- Created: 2020-03-06T10:48:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T02:36:19.000Z (about 3 years ago)
- Last Synced: 2025-03-01T04:44:01.335Z (over 1 year ago)
- Size: 671 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VuePress Starter
Boilerplate starter project for a VuePress website.
## Requirements
* NodeJS >= v8
* Yarn
## Setup
```bash
# Download dependencies
yarn install
# Run development server
yarn dev
# Build static site
yarn build
```