mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-18 11:38:02 +08:00
docs: 全新文档
This commit is contained in:
27
newdocs/README.md
Normal file
27
newdocs/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# open-auth-net-官方文档
|
||||
|
||||
The Site is generated using [vuepress](https://vuepress.vuejs.org/) and [vuepress-theme-plume](https://github.com/pengzhanbo/vuepress-theme-plume)
|
||||
|
||||
## Install
|
||||
|
||||
```sh
|
||||
npm i
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```sh
|
||||
# start dev server
|
||||
npm run docs:dev
|
||||
# build for production
|
||||
npm run docs:build
|
||||
# preview production build in local
|
||||
npm run docs:preview
|
||||
# update vuepress and theme
|
||||
npm run vp-update
|
||||
```
|
||||
|
||||
## Documents
|
||||
|
||||
- [vuepress](https://vuepress.vuejs.org/)
|
||||
- [vuepress-theme-plume](https://theme-plume.vuejs.press/)
|
||||
Reference in New Issue
Block a user