Skip to content

Sinton/coco-web

Repository files navigation

English | 简体中文

Docker CaaS Web

Docker devOps manager solution for enterprise applications

Backers on Open Collective Sponsors on Open Collective License Release Travis branch

Overview

stacks manager

images manager

image details

volumes manager

containers manager

containers details

containers status

swarm cluster manager

swarm service manager

swarm config manager

swarm secret manager

notification

permission list

user profile

setting

Env and dependencies

Note: Yarn package management is recommended, the exact same version loaded with the demo site of this project (yarn.lock) . but you can also use npm

Project setup

  • Clone repo
git clone https://github.com/Sinton/coco-web.git
cd coco-web
  • Install dependencies
yarn install
  • Compiles and hot-reloads for development
yarn run serve
  • Compiles and minifies for production
yarn run build
  • Lints and fixes files
yarn run lint

Other