1 Star 0 Fork 0

小丑路人·社区 / vue-online-document

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

vue-online-document

在线文档的前端模板

模板基本上复用https://gitee.com/leihenshang/api-doc-php

轻量化的api接口文档工具

install package

yarn or yarn install

run

yarn serve or npm run serve

build

yarn build

package image

yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g yarn config set registry https://registry.npm.taobao.org -g

look config

yarn config get registry

示例

API详情

功能列表

  • Auth
    • 登录 /api/auth/login
    • 登录会员信息 /api/auth/me
  • 项目内的权限验证
  • 分组管理
    • 列表 /api/groups
    • 创建 /api/group/create
    • 编辑 /api/group/update
    • 批量更新分组排序与归属父级 /api/group/batch-save
    • 支持拖动分组与排序
  • 项目管理
    • 列表 /api/projects
    • 详情 /api/project/detail
    • 创建 /api/project/create
    • 编辑 /api/project/update
    • 删除 /api/project/delete
  • API管理
    • 列表 /api/apis
    • 详情 /api/api/detail
    • 创建 /api/api/create
    • 编辑 /api/api/update
    • 删除 /api/api/delete
  • 文档管理
    • 列表 /api/docs
    • 详情 /api/doc/detail
    • 创建 /api/doc/create
    • 编辑 /api/doc/update
    • 删除 /api/doc/delete
  • 字段映射
    • 列表 /api/field-mappings
    • 详情
    • 创建 /api/field-mapping/create
    • 编辑 /api/field-mapping/update
    • 删除 /api/field-mapping/delete
  • 项目成员
    • 列表 /api/project-members
    • 详情
    • 创建 /api/project-member/create
    • 编辑 /api/project-member/update
    • 删除 /api/project-member/delete
    • 设置权限 /api/project-member/set-role-power
    • 设置成员的管理员权限 /api/project-member/set-leader
  • 操作日志
    • 列表 /api/operation-logs
MIT License Copyright (c) 2023 小丑路人 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

在线文档的前端模板 展开 收起
Vue 等 3 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/clown-passerby-community/vue-online-document.git
git@gitee.com:clown-passerby-community/vue-online-document.git
clown-passerby-community
vue-online-document
vue-online-document
master

搜索帮助