# 社团活动网站 **Repository Path**: software-engineering-240082008/club-activity-website ## Basic Information - **Project Name**: 社团活动网站 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-03-22 - **Last Updated**: 2022-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 社团活动网站

## 后端 1. 核心框架:[Spring Boot](https://github.com/spring-projects/spring-boot) 2. 安全框架:[Spring Security](https://github.com/spring-projects/spring-security) 3. Token 认证:[jjwt](https://github.com/jwtk/jjwt) 4. 持久层框架:[MyBatis](https://github.com/mybatis/spring-boot-starter) 5. 分页插件:[PageHelper](https://github.com/pagehelper/Mybatis-PageHelper) 6. Markdown 转 HTML:[commonmark-java](https://github.com/commonmark/commonmark-java) ## 前端 核心框架:Vue2.x、Vue Router、Vuex Vue 项目基于 @vue/cli4.x 构建 UI 框架:[Element UI](https://github.com/ElemeFE/element)、[Semantic UI](https://semantic-ui.com/) 依赖:[axios](https://github.com/axios/axios)、[moment](https://github.com/moment/moment)、[nprogress](https://github.com/rstacruz/nprogress)、[v-viewer](https://github.com/fengyuanchen/viewerjs)、[mavonEditor](https://github.com/hinesboy/mavonEditor) 文章排版:基于 [typo.css](https://github.com/sofish/typo.css) 修改 ## 快速开始 1. 创建 MySQL 数据库`club`,并执行`club-api/club.sql`初始化表数据 2. 修改配置信息`club-api/src/main/resources/application-dev.properties` 3. 启动后端服务 4. 在`club-view`目录下执行`npm install`安装依赖 5. 在`club-view`目录下执行`npm run serve`启动前端