# 在盐城-后台 **Repository Path**: cddsky/in-yancheng-admin ## Basic Information - **Project Name**: 在盐城-后台 - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2024-03-25 - **Last Updated**: 2024-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 【全域旅游】在盐城-后台 ## 功能 1. 鉴权(登录凭证) 2. 权限 3. 数据(后端)校验 ## 安装启动后端 1. 进入后端目录 ```shell cd ./server ``` 2. 安装后端依赖 ```shell npm i ``` 3. 启动后端 ```shell npm run serve ``` ## 安装启动前端 1. 进入前端目录 ```shell cd ./ui ``` 2. 安装前端依赖 ```shell npm i ``` 3. 启动前端 ```shell npm run serve ``` 4. 编译打包 ```shell npm run build ``` ## 组件库 element plus 1. 安装