Skip to content

Commit

Permalink
feat(components): editor
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekQiaQia committed Jun 16, 2021
2 parents 41656f7 + 0b56d7e commit 7f5c43b
Show file tree
Hide file tree
Showing 46 changed files with 4,656 additions and 1,240 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
es6: true,
node: true,
},
extends: ['airbnb-base', "eslint:recommended", 'plugin:vue/vue3-recommended','plugin:vue/essential', 'prettier'],
extends: ['airbnb-base', 'eslint:recommended', 'plugin:vue/vue3-recommended', 'plugin:vue/essential','prettier'],
parserOptions: {
ecmaVersion: 12,
parser: '@typescript-eslint/parser',
Expand All @@ -19,9 +19,9 @@ module.exports = {
'import/no-absolute-path': 'off',
'import/no-extraneous-dependencies': 'off',
'vue/no-multiple-template-root': 'off',
"vue/html-self-closing": "off",
'vue/html-self-closing': 'off',
// "consistent-return":"off", // 返回类型一致性
"no-console": "off",
'no-console': 'off',
'no-param-reassign': [
'error',
{
Expand Down
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,17 @@ npm run build
- [] 富文本编辑器
- [x] markdown 编辑器
- [] 个人页
- [] 登录页
- [] 404 / 403
- [x] 文件上传/图片裁剪
- [] 菜单管理
- [] 角色管理
- [] 自定义图标
- [] 图片拖拽/裁剪
- [] 富文本编辑器

- [x] 支持切换主题色:一键换肤
- [x] 权限:v-permisson
- [x] 自定义图标
- [x] markdown 编辑器
- [x] 可拖拽弹窗
- [x] 国际化

Expand All @@ -72,8 +78,6 @@ npm run build

[antv 数据可视化](https://antv.vision/zh)

[echart 数据可视化](http://echarts.apache.org/zh/index.html)

[mockjs 模拟和交互数据](http://mockjs.com/)

## 快照 (screen shots)
Expand Down Expand Up @@ -137,3 +141,11 @@ npm run build
### 拖拽组件

![image.png](https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/6fa6e9b7f60a440196b6b7b8586dc64f~tplv-k3u1fbpfcp-watermark.image)

### 菜单管理

![image.png](https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/8dcdc968093348c8a2cfe2f6d17c2c59~tplv-k3u1fbpfcp-watermark.image)

### 角色管理

![image.png](https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/2d3e75f06808445ba3aab88186633d4e~tplv-k3u1fbpfcp-watermark.image)
186 changes: 120 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7f5c43b

Please sign in to comment.