mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-08-20 09:26:22 +08:00
| .. | ||
| docs | ||
| package.json | ||
| README.md | ||
| README.zh-CN.md | ||
open-auth-net-官方文档
The Site is generated using vuepress and vuepress-theme-plume
Install
npm i
Usage
# 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