p71924506 813bc0d2e4 | ||
---|---|---|
build | ||
mock | ||
public | ||
src | ||
tests/unit | ||
.editorconfig | ||
.env.development | ||
.env.production | ||
.env.staging | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README-zh.md | ||
README.md | ||
babel.config.js | ||
dist.zip | ||
jest.config.js | ||
jsconfig.json | ||
package.json | ||
postcss.config.js | ||
vue.config.js | ||
yarn.lock |
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
Related Project
Browsers support
Modern browsers and Internet Explorer 10+.
IE / Edge |
Firefox |
Chrome |
Safari |
---|---|---|---|
IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions |
License
MIT license.
Copyright (c) 2022 WeiHao