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

https://github.com/originjs/docs

https://originjs.org
https://github.com/originjs/docs

Last synced: 8 months ago
JSON representation

https://originjs.org

Awesome Lists containing this project

README

          

# originjs document

## 运行

```shell
npm i # yarn

npm run docs:dev # yarn docs:dev
```

## 更新文档

1、在`docs\.vuepress\config.js`找到需要修改的位置(如侧边栏、导航栏),修改标签`text`和路径`link`

2、在`.\docs`路径下添加或修改对应的文件夹,请参考eg:foo

3、因为无法热更新,如有修改第1步,请重启项目。