Skip to content

Commit

Permalink
docs(projects): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Soybean committed Jun 4, 2022
1 parent fd78791 commit e9656c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@ Soybean Admin 是一个基于 Vue3、Vite、TypeScript、Naive UI 的免费中
## 开发计划

- [x] 引入ECharts替换AntV G2Plot
- [ ] 多页签:同一页面支持多个Tab(应用场景:不同query参数的详情页面在不同tab展示)
- [x] 图表示例:ECharts、AntV G2
- [ ] 多页签:支持query、hash等参数,同一页面支持多个Tab
- [ ] 缓存主题配置
- [ ] 添加锁屏组件、全局Iframe组件
- [ ] 示例页面完善
- [ ] 性能优化(优化递归函数)
- [ ] 精简版(新分支thin)
- [ ] 文档完善
- [ ] 表单、表格示例
- [ ] 示例页面完善
- [ ] element-plus版本
- [ ] 其他UI版本
- [ ] soybean-admin cli工具(选择不同UI)
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "soybean-admin",
"version": "0.9.4",
"license": "MIT",
"scripts": {
"dev": "cross-env VITE_ENV_TYPE=dev vite",
"dev:test": "cross-env VITE_ENV_TYPE=test vite",
Expand Down

1 comment on commit e9656c6

@vercel
Copy link

@vercel vercel bot commented on e9656c6 Jun 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.