Skip to content

zanehy/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

About

APIOAK Gateway Dashboard Management Panel.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 80.9%
  • JavaScript 17.1%
  • CSS 1.8%
  • HTML 0.2%