mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 01:58:01 +08:00
510 B
510 B
open-auth-net-官方文档
网站使用 vuepress 和 vuepress-theme-plume 构建生成。
Install
npm i
Usage
# 启动开发服务
npm run docs:dev
# 构建生产包
npm run docs:build
# 本地预览生产服务
npm run docs:preview
# 更新 vuepress 和主题
npm run vp-update