Go to file
p71924506 813bc0d2e4 增加专家库页面,初步设计会议系统 专家库系统 2023-03-13 18:32:47 +08:00
build 完成初步界面 2022-11-18 16:30:48 +08:00
mock 完成部分前端 2022-11-21 16:26:57 +08:00
public 测试性功能:增加OnlyOfficeTest模块,部署OnlyOffice服务在8044端口,目前未设置token加密 2023-01-29 17:10:11 +08:00
src 增加专家库页面,初步设计会议系统 专家库系统 2023-03-13 18:32:47 +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.zip 修复部分问题 已部署上线一版 2022-12-14 16:20:23 +08:00
jest.config.js 完成初步界面 2022-11-18 16:30:48 +08:00
jsconfig.json 完成初步界面 2022-11-18 16:30:48 +08:00
package.json 增加专家库页面,初步设计会议系统 专家库系统 2023-03-13 18:32:47 +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 增加专家库页面,初步设计会议系统 专家库系统 2023-03-13 18:32:47 +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