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

https://github.com/hal-wang/vuepress


https://github.com/hal-wang/vuepress

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

本项目用于快速创建 vuepress 文档
[预览结果](https://hal-wang.github.io/vuepress-pages/)

### 克隆本项目

```
git clone https://github.com/hal-wang/vuepress.git
```

### 全局安装 vuepress

```shell
npm i -g vuepress
// 或 npm i -g vuepress --registry=https://registry.npm.taobao.org
```

### 预览

```shell
npm run dev
```