Skip to content

apioak/apioak-dashboard

Repository files navigation

Apioak-Dashboard vue ant-design-vue npm node

简体中文 | English

Introduction

apioak-dashboard is the control plane of apioak gateway, based on Vue 3.xant-design-vue 3.xnpm 6.14.13 development, the project cooperates with the back-end project of the control surface apioak-admin.

Quick start

Download code from Github

Install cnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org

Install project dependencies

cnpm install

Start the development environment

npm run serve

Edit static files in production environment

npm run build

Customize configuration

See Configuration Reference.

Project directory structure

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