# school_manage **Repository Path**: wsck/school_manage ## Basic Information - **Project Name**: school_manage - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-07 - **Last Updated**: 2024-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目启动 ```bash # 克隆代码 git clone https://gitee.com/wsck/school_manage.git # 切换目录 cd school_manage # 安装 pnpm npm install pnpm -g # 安装依赖 pnpm install # 启动运行 pnpm run dev ``` ## 项目部署 ```bash # 项目打包 pnpm run build:prod ``` ## 项目结构 ```bash # 页面 views 页面 home 首页 sider-bar 侧边栏 header 头部导航 app-main 主内容区域 components 公共组件 routes 路由配置 apis 接口 style 样式文件 utils 工具类方法 ```