1.4 KiB
1.4 KiB
文件管理系统
针对于日常办公时需要对相关文件进行共享、记录、查询、学习而开发的文件管理系统,整体服务采用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