diff --git a/LICENSE b/LICENSE index 1ef7d3e..5120b59 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016-2019 vue-manage-system +Copyright (c) 2016-2021 vue-manage-system Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 759fda2..c95f997 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ > Vue2 版本请看 [tag-V4.2.0](https://github.com/lin-xin/vue-manage-system/tree/V4.2.0) -> React + Ant Design 的版本正在开发中,仓库地址:[react-manage-system](https://github.com/lin-xin/react-manage-system) - [English document](https://github.com/lin-xin/manage-system/blob/master/README_EN.md) ## 项目截图 @@ -53,16 +51,12 @@ - [x] Tab 选项卡 - [x] 表单 - [x] 图表 :bar_chart: -- [ ] 富文本编辑器 -- [ ] markdown 编辑器 +- [x] 富文本编辑器 - [x] 图片拖拽/裁剪上传 -- [ ] 支持切换主题色 :sparkles: -- [ ] 列表拖拽排序 - [x] 权限测试 - [x] 404 / 403 - [x] 三级菜单 - [x] 自定义图标 -- [ ] 可拖拽弹窗 - [x] 国际化 ## 安装步骤 @@ -73,7 +67,7 @@ cd vue-manage-system // 进入模板目录 npm install // 安装项目依赖,等待安装完成之后,安装失败可用 cnpm 或 yarn // 开启服务器,浏览器访问 http://localhost:8080 -npm run serve +npm run dev // 执行构建命令,生成的dist文件夹放在服务器下即可访问 npm run build diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index e955840..0000000 --- a/babel.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - presets: [ - '@vue/cli-plugin-babel/preset' - ] -} diff --git a/public/index.html b/index.html similarity index 90% rename from public/index.html rename to index.html index d3e8f42..1f032ca 100644 --- a/public/index.html +++ b/index.html @@ -15,6 +15,7 @@ Please enable it to continue.
+