Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jiannei/vuepress-starter

Vuepress 快速启动模板
https://github.com/jiannei/vuepress-starter

vuepress vuepress-template

Last synced: 5 days ago
JSON representation

Vuepress 快速启动模板

Awesome Lists containing this project

README

        

# Vuepress-starter

![Build](https://github.com/Jiannei/vuepress-starter/workflows/Build/badge.svg?branch=master)
![Greenkeeper badge](https://badges.greenkeeper.io/Jiannei/vuepress-starter.svg)

Vuepress 启动模板,安装即用 :tada:

## 使用

```
# 克隆仓库

git clone https://github.com/Jiannei/vuepress-starter.git

# 安装依赖
yarn install

# 启动

yarn docs:build

# 开始写作

```