Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cycleccc/docs
https://github.com/cycleccc/docs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cycleccc/docs
- Owner: cycleccc
- Created: 2024-06-27T07:10:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T03:46:11.000Z (3 months ago)
- Last Synced: 2024-10-29T04:30:29.173Z (3 months ago)
- Language: JavaScript
- Size: 7.35 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) 并发布上线。