file_sharing_ms_fe/README.md

64 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2022-12-07 18:09:34 +08:00
# 文件管理系统
2022-11-18 09:27:37 +08:00
2022-11-18 16:30:48 +08:00
2022-12-07 18:09:34 +08:00
> 针对于日常办公时需要对相关文件进行共享、记录、查询、学习而开发的文件管理系统整体服务采用VUE+SPRINGBOOT技术框架开发。此为前端仓库后端仓库暂不开源
2022-11-18 16:30:48 +08:00
2023-09-18 14:46:12 +08:00
> 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
2022-11-18 16:30:48 +08:00
## Build Setup
```bash
# clone the project
2022-12-07 18:09:34 +08:00
git clone https://osredm.com/p71924506/file_sharing_ms_fe.git
2022-11-18 16:30:48 +08:00
# enter the project directory
2022-12-07 18:09:34 +08:00
cd file_sharing_ms_fe
2022-11-18 16:30:48 +08:00
# install dependency
npm install
# develop
npm run dev
```
2023-09-18 14:46:12 +08:00
This will automatically open http://localhost:8043
2022-11-18 16:30:48 +08:00
## Build
```bash
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
```
## Advanced
```bash
# 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
2023-09-18 14:46:12 +08:00
Testing and development was performed under chromium kernel versions 177.0.2045.31 and 116.0.5845.189
2022-11-18 16:30:48 +08:00
## License
[MIT](https://github.com/PanJiaChen/vue-admin-template/blob/master/LICENSE) license.
2023-09-18 14:46:12 +08:00
Copyright (c) 2022-2023 OSREDM WeiHao