Skip to content

Commit 9bc43e2

Browse files
committed
feat:升级vite2和组合式api
1 parent 4dd1b4a commit 9bc43e2

27 files changed

+2012
-1166
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2019 vue-manage-system
3+
Copyright (c) 2016-2021 vue-manage-system
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
> Vue2 版本请看 [tag-V4.2.0](https://github.com/lin-xin/vue-manage-system/tree/V4.2.0)
2222
23-
> React + Ant Design 的版本正在开发中,仓库地址:[react-manage-system](https://github.com/lin-xin/react-manage-system)
24-
2523
[English document](https://github.com/lin-xin/manage-system/blob/master/README_EN.md)
2624

2725
## 项目截图
@@ -53,16 +51,12 @@
5351
- [x] Tab 选项卡
5452
- [x] 表单
5553
- [x] 图表 :bar_chart:
56-
- [ ] 富文本编辑器
57-
- [ ] markdown 编辑器
54+
- [x] 富文本编辑器
5855
- [x] 图片拖拽/裁剪上传
59-
- [ ] 支持切换主题色 :sparkles:
60-
- [ ] 列表拖拽排序
6156
- [x] 权限测试
6257
- [x] 404 / 403
6358
- [x] 三级菜单
6459
- [x] 自定义图标
65-
- [ ] 可拖拽弹窗
6660
- [x] 国际化
6761

6862
## 安装步骤
@@ -73,7 +67,7 @@ cd vue-manage-system // 进入模板目录
7367
npm install // 安装项目依赖,等待安装完成之后,安装失败可用 cnpm 或 yarn
7468
7569
// 开启服务器,浏览器访问 http://localhost:8080
76-
npm run serve
70+
npm run dev
7771
7872
// 执行构建命令,生成的dist文件夹放在服务器下即可访问
7973
npm run build

babel.config.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

public/index.html renamed to index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
Please enable it to continue.</strong>
1616
</noscript>
1717
<div id="app"></div>
18+
<script type="module" src="/src/main.js"></script>
1819
<!-- built files will be auto injected -->
1920
</body>
2021

0 commit comments

Comments
 (0)