# 票票岛 - 后台管理系统 **Repository Path**: weijias/com.beeun.outsource.ppd.admin ## Basic Information - **Project Name**: 票票岛 - 后台管理系统 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-24 - **Last Updated**: 2024-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 票票岛后台管理系统 ## Install ```bush // install dependencies npm install ``` ## Run ### Development ```bush npm run dev ``` ### Production(Build) ```bush npm run build ``` ## 简介   票票岛后台管理系统 ## 功能 ## 文件结构 ```shell . ├── build  项目构建配置 ├── static 静态资源文件 └── src    ├── images  图片文件    ├── libs  工具方法    ├── locale  多语言文件    ├── router  路由配置    ├── store  状态管理    ├── styles  样式文件 ├── template 模板文件 ├── vendors 公共库文件 └── views ```