Skip to content

xiaojun207/docker-manager-page

Repository files navigation

docker-manager-page

English | 简体中文

How to use

  1. get the source code project

    git clone https://github.com/xiaojun207/docker-manager-page.git
    
  2. install dependence, you can use cnpm or yarn in China

    npm install
    
  3. run in the development

    npm run dev 或 npm run start
    
  4. build in production

    npm run build
    
  5. or you can try

       yarn -i
  6. build

       yarn build