https://github.com/originjs/docs
https://originjs.org
https://github.com/originjs/docs
Last synced: 8 months ago
JSON representation
https://originjs.org
- Host: GitHub
- URL: https://github.com/originjs/docs
- Owner: originjs
- Created: 2021-07-29T06:27:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T12:09:50.000Z (over 3 years ago)
- Last Synced: 2025-07-24T05:12:16.480Z (8 months ago)
- Homepage:
- Size: 142 KB
- Stars: 2
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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步,请重启项目。