Skip to content

johnpoint/ControlCenter-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ControlCenter-Web

项目仓库列表

Project setup

yarn

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See @/config.e.js and run cp config.e.js config.js

export default {
    apiAddress: "http://127.0.0.1:1323",
    menu: [
        {title: "Home", url: "/"},
        {title: "Server", url: "/Server"},
        {title: "Certificate", url: "/Certificate"}
    ],
    command: {
        upgrade: 5201,
        stop: 5202,
        sync: 5203,
        restart: 5204,
        docker: {
            start: 6201,
            stop: 6202
        }
    }
}

Releases

No releases published

Packages

No packages published

Languages