English | 简体中文
-
get the source code project
git clone https://github.com/xiaojun207/docker-manager-page.git
-
install dependence, you can use cnpm or yarn in China
npm install
-
run in the development
npm run dev 或 npm run start
-
build in production
npm run build
-
or you can try
yarn -i
-
build
yarn build