mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-17 01:46:30 +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