Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cycleccc/docs


https://github.com/cycleccc/docs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# wangEditor v5 doc

线上地址:https://cycleccc.github.io/docs/

## 本地开发

使用 [VitePress](https://vitepress.dev/zh/) 搭建的文档。

全局安装 vitepress `npm install vitepress -g`

下载当前代码,然后启动

```shell
pnpm install # 安装依赖
pnpm docs:dev # 启动,浏览器访问 http://localhost:8080/
```

## 发布上线

提交 main 分支代码,即可触发 [github actions](https://github.com/cycleccc/docs/actions) 并发布上线。