From acead60c1d0da200dc0c2d07cd2965fa679d9ea3 Mon Sep 17 00:00:00 2001 From: wen <1515> Date: Mon, 14 Nov 2022 13:22:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++-- package.json | 4 +-- 2 files changed, 72 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94e858f..fd4d53f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,72 @@ -# 嘉洛马 +

+ + +
+ filesite +
+

-English | [简体中文](./README-zh.md) +

+ + vue + + + element-ui + +

+ +## 简介 +[vue-file-admin](https://demo.jialuoma.cn/admin/#/filemange/index)是一个文件管理后台,基于vue,vue-router,element-ui实现。它类似于window系统的文件管理的形式管理文件,可以创建文件夹,文件夹里面可以上传各个类型的文件以及再次创建文件夹,也可以删除、重命名、移动文件或者文件夹。目前本项目只支持上传图片文件,如需上传其他文件,比如视频,文本等,可自行修改可上传的文件范围即可。 + + +在线预览 + + + +## 项目准备 + +你需要安装 node 和 git。项目部分设计参考vue-admin-template。技术栈vue、vuex、vue-router 、vue-cli 、axios 和 element-ui,所有的请求数据都使用[machete](https://git.filesite.io/filesite/machete)的接口数据。 + + + + +

+ +

+ + +## 开发 + +```bash +# 克隆项目 +git clone https://github.com/filesite-io/admin-vue.git + +# 安装依赖 +npm install + +# 启动服务 +npm run dev +``` + +浏览器访问 http://localhost:9528 + +## 发布 + +```bash +# 构建测试环境 +npm run build:stage + +# 构建生产环境 +npm run build:prod +``` + + +## Online Demo + + +在线 Demo + + + +Copyright (c) 2022 FileSite diff --git a/package.json b/package.json index 927d3f4..53a896e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "love-tan", - "version": "4.4.0", + "version": "0.1.0", "description": "嘉洛马后台管理系统", - "author": "Tan <983196005@qq.com>", + "author": "https://jialuoma.com/", "scripts": { "dev": "vue-cli-service serve", "build:prod": "vue-cli-service build",