Go to file
p71924506 0a0bf30deb 更新导入导出功能 2023-09-15 17:48:20 +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 更新导入导出功能 2023-09-15 17:48:20 +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-zh.md 完成初步界面 2022-11-18 16:30:48 +08:00
README.md 更新readme 2022-12-07 18:09:34 +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 update 2023-08-11 09:27:56 +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 update 2023-08-11 09:27:56 +08:00

README.md

文件管理系统

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

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:9528

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

Refer to Documentation for more information

Demo

待更新

Extra

Browsers support

Modern browsers and Internet Explorer 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

License

MIT license.

Copyright (c) 2022 WeiHao