Go to file
Sky_ID 2aa3ba9dd5 升级登陆页面样式 2024-08-10 13:19:58 +08:00
build 完成初步界面 2022-11-18 16:30:48 +08:00
mock 完成部分前端 2022-11-21 16:26:57 +08:00
public 增加部门文件控制以及在线浏览功能 2023-05-05 15:31:59 +08:00
src 升级登陆页面样式 2024-08-10 13:19:58 +08:00
tests/unit 完成初步界面 2022-11-18 16:30:48 +08:00
.editorconfig 完成初步界面 2022-11-18 16:30:48 +08:00
.env.development 完成初步界面 2022-11-18 16:30:48 +08:00
.env.production 完成初步界面 2022-11-18 16:30:48 +08:00
.env.staging 完成初步界面 2022-11-18 16:30:48 +08:00
.eslintignore 完成初步界面 2022-11-18 16:30:48 +08:00
.eslintrc.js 完成初步界面 2022-11-18 16:30:48 +08:00
.gitignore 完成初步界面 2022-11-18 16:30:48 +08:00
.travis.yml 完成初步界面 2022-11-18 16:30:48 +08:00
LICENSE 完成初步界面 2022-11-18 16:30:48 +08:00
README.md 更新readme 2023-09-18 14:46:12 +08:00
babel.config.js 完成初步界面 2022-11-18 16:30:48 +08:00
dist (2).zip update 2023-08-11 09:27:56 +08:00
dist.zip update 2023-08-11 09:27:56 +08:00
jest.config.js 完成初步界面 2022-11-18 16:30:48 +08:00
jsconfig.json 完成初步界面 2022-11-18 16:30:48 +08:00
osredm update 2023-08-11 09:27:56 +08:00
osredm.pub update 2023-08-11 09:27:56 +08:00
package.json 更新readme 2023-09-18 14:46:12 +08:00
postcss.config.js 完成初步界面 2022-11-18 16:30:48 +08:00
vue.config.js 修复部分问题 已部署上线一版 2022-12-14 16:20:23 +08:00
yarn.lock 更新readme 2023-09-18 14:46:12 +08:00

README.md

文件管理系统

针对于日常办公时需要对相关文件进行共享、记录、查询、学习而开发的文件管理系统整体服务采用VUE+SPRINGBOOT技术框架开发。此为前端仓库后端仓库暂不开源

The file management system developed for daily office needs to share, record, query and learn related files, and the overall service is developed using VUE+SPRINGBOOT technology framework. This is the front-end warehouse, the back-end warehouse is not open source

Build Setup

# clone the project
git clone https://osredm.com/p71924506/file_sharing_ms_fe.git

# enter the project directory
cd file_sharing_ms_fe

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:8043

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# preview the release environment effect
npm run preview

# preview the release environment effect + static resource analysis
npm run preview -- --report

# code format check
npm run lint

# code format check and auto fix
npm run lint -- --fix

Browsers support

Testing and development was performed under chromium kernel versions 177.0.2045.31 and 116.0.5845.189

License

MIT license.

Copyright (c) 2022-2023 OSREDM WeiHao