# university-news-docs **Repository Path**: lkyyyy123456/university-news-docs ## Basic Information - **Project Name**: university-news-docs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-20 - **Last Updated**: 2025-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 总览 Uni(versity) News 是一个在校园 APP 上适配校园新闻的项目,分为以下三个部分: | 模块 | 功能 | 技术栈 | | --- | --- | --- | | 爬虫 | 从学校新闻网上爬取并存储新闻 | Node.js, axios, jsdom sequelize, PostgreSQL | | 后端 | 读取数据库中爬虫爬到的新闻,返回给前端 | Node.js, express, sequelize, PostgreSQL | | 前端 | 校园新闻的移动端 Web SPA ,可以很容易的集成到校园 APP 中 | Vue 3, Pinia, axios | ## 效果演示 在武科大助手中集成: ![](./figure/01.png) 前端开发: ![](./figure/02.png) ## 作者 [领航工作室(武汉科技大学计算机科学与技术学院)](https://wustlinghang.cn/) ## 构建本文档 本文档使用 [DocMan](https://docman.monkeyhbd.com) 构建 ```sh $ npm install docman-cli -g $ npx docman create uni-news-docs -g https://github.com/LingHangStudio/uni-news-docs.git $ cd uni-news-docs $ npm install $ npm run build ```