# UI-SBA **Repository Path**: luohui_git/ui-sba ## Basic Information - **Project Name**: UI-SBA - **Description**: saas后台管理系统,前端部分代码 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-30 - **Last Updated**: 2023-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ``` ### Run Unit Tests with [Vitest](https://vitest.dev/) ```sh npm run test:unit ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ``` ### Compile to Docker image for Development ```sh ./build.sh -profile dev -v 1.0.0 ``` ### Compile to Docker image for System Integration Testing ```sh ./build.sh -profile sit -v 1.0.0 ``` ### Compile to Docker image for Production ```sh ./build.sh -profile prd -v 1.0.0 ```