Skip to content

Orange-Summer/SCR-frontend

Repository files navigation

SCR-frontend

云计算类案检索前端

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

构建镜像

docker build -t frontend:v1 .

启动容器时要将容器的 80 端口映射到宿主机指定端口。