mirror of
https://github.com/PaiGramTeam/PaiGramDocs.git
synced 2024-11-16 04:35:50 +00:00
13 lines
496 B
Markdown
13 lines
496 B
Markdown
# PaimonDocs [![GitHub license](https://img.shields.io/github/license/RTPaimon/PaimonDocs?style=flat-square)](https://github.com/RTPaimon/PaimonDocs/blob/main/LICENSE)
|
|
|
|
这里是派蒙的说明文档,用来记录使用方法和开发指南
|
|
欢迎在 Issues 中提出文档需求,或直接向本仓库提交文档
|
|
|
|
## 编辑
|
|
环境需求:
|
|
- [Node.js](https://nodejs.org) 14.18.0+
|
|
```shell
|
|
npm install
|
|
npm run dev
|
|
```
|
|
>**Note** 使用 [VuePress v2](https://v2.vuepress.vuejs.org/zh/) 制作 |