# apioak-dashboard **Repository Path**: apioak/apioak-dashboard ## Basic Information - **Project Name**: apioak-dashboard - **Description**: APIOAK Gateway Dashboard Management Panel. - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2022-12-31 - **Last Updated**: 2025-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

apioak-dashboard vue ant-design-vue npm node

[简体中文](README_CN.md) | [English](README.md) ## 简介 `apioak-dashboard` 是`apioak`网关的控制面,基于 Vue 3.xant-design-vue 3.xnpm 6.14.13 开发,项目配合控制面的后端项目 apioak-admin 一起使用。 ## 快速开始 从 Gitee 下载代码 ### 安装cnpm ``` npm install -g cnpm --registry=https://registry.npm.taobao.org ``` ### 安装项目依赖 ``` cnpm install ``` ### 开发环境启动项目 ``` npm run serve ``` ### 生产环境编辑静态文件 ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## 项目目录结构 ``` apioak-dashboard ├── public └── src ├── api ├── assets │ ├── css │ ├── font │ └── img ├── components ├── hooks ├── layouts ├── router ├── schema │ └── plugins ├── store │ └── modules ├── utils └── views ├── plugin │ └── components ├── router ├── services ├── ssl ├── upstream └── user ```