# Install dependencies yarn # 或者 npm install --registry=https://registry.npm.taobao.org # Serve at http://127.0.0.1 npm run dev # Build for production npm run build # Build for docker image docker build -t saas-portal-web:1.0.0 .