yarn
yarn serve
yarn build
yarn lint
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
}
}
}