An open API service indexing awesome lists of open source software.

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

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
```