https://github.com/ekoeryanto/vuepress-starter
Vuepress Quick Starter with Lint and Workflow
https://github.com/ekoeryanto/vuepress-starter
boilerplate docs starter staticgen vue vuepress
Last synced: 28 days ago
JSON representation
Vuepress Quick Starter with Lint and Workflow
- Host: GitHub
- URL: https://github.com/ekoeryanto/vuepress-starter
- Owner: ekoeryanto
- Created: 2018-08-29T07:28:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T01:30:52.000Z (over 7 years ago)
- Last Synced: 2025-09-11T06:22:11.685Z (9 months ago)
- Topics: boilerplate, docs, starter, staticgen, vue, vuepress
- Language: JavaScript
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuepress Starter
## Usage
### Start Development
Run `yarn start` in your favorite command line then navigate to http://127.0.0.1:8080
> Vuepress default port is 8080
### Build
Run `yarn build` then upload `/dist/`dir to your prefered hosting.
#### Example using surge:
```sh
yarn build
npx surge dist
```