diff --git a/.gitignore b/.gitignore index f691d2a83cfa7cdbf6e14ef5d4996b4079cf94aa..81d3255a7682bfec24e4fdb8fff6f9106626b2c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules .DS_Store +dist .npmrc .cache diff --git a/README.md b/README.md index d1a7183ff1fafcfc0116b33dd890e06ebf0d1ef9..ddd969ee58eefe514e34fe7dcd3058bd7fd04826 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ - 后端使用GoFrame框架编写: 框架文档:[戳这](https://goframe.org/), - 前端基于Vben Admin前端框架: 框架文档:[戳这](https://vvbin.cn/doc-next/) +- 感谢大佬的CRUD思想,EL-ADMIN:[戳这](https://gitee.com/elunez/eladmin-web) # 项目源码 - 后端:[https://gitee.com/genCode/gen-code-v2](https://gitee.com/genCode/gen-code-v2) - 前端:[https://gitee.com/genCode/gen-code-web](https://gitee.com/genCode/gen-code-web) - # 特征 - 多数据源:动态添加数据源,导入表信息生成代码 @@ -39,8 +39,9 @@ - 编辑器: [monaco-editor](https://github.com/microsoft/monaco-editor) - 树表格: [vxe-table](https://gitee.com/xuliangzhan_admin/vxe-table) -# 演示地址 - +# 在线演示 +- [演示地址](http://gencode.gitee.io/gen-code-admin) +- 账号密码:gen / 123456 | test / 123456 # 演示图