# steward_front **Repository Path**: uservan/steward_front ## Basic Information - **Project Name**: steward_front - **Description**: steward的前端项目 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-21 - **Last Updated**: 2024-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 介绍 内网统一认证服务的用户界面 码云: [https://gitee.com/elton11220/cas_interface](https://gitee.com/elton11220/cas_interface) Github: [https://github.com/elton11220/cas_interface](https://github.com/elton11220/cas_interface) `Vue3 + Vite + TypeScript + Naive UI` ## 安装 克隆仓库并安装依赖: ```shell git clone _仓库地址_ 你的本地文件夹名称 cd 你的本地文件夹名称 pnpm install ``` ## 开始开发 在开发环境启动服务: ```shell pnpm dev ``` ## Packaging for Production 打包项目用于生产环境: ```shell pnpm build ```