1 Star 0 Fork 50

Frontend / crudapi-admin-web

forked from crudapi / crudapi-admin-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

crudapi后台管理WEB (crudapi-admin-web)

语言

English

GIT地址

名称 类型 授权 GitHub仓库 Gitee仓库
crudapi-admin-web Vue Qusar源码 开源 crudapi-admin-web crudapi-admin-web
crudapi-example Java集成SDK 永久免费 crudapi-example crudapi-example

安装npm依赖包

npm install

调试模式运行(代码热加载,错误提示等)

npm run dev

代码静态检查

npm run lint

编译发布

npm run build

修改配置

修改quasar.conf.js文件中devServer->proxy->target

devServer: {
  https: false,
  port: 8080,
  open: true,
  proxy: {
    "/api/*": {
      target: "http://127.0.0.1:8888",
      changeOrigin: true
    }
  }
}

Docker部署

docker build -t crudapi-admin-web:latest .
docker rm -f crudapi-admin-web
docker run -d -p 80:80 --name crudapi-admin-web crudapi-admin-web:latest

访问 http://127.0.0.1/crudapi

文档

https://help.crudapi.cn

  1. 基于Vue和Quasar的前端SPA项目实战之环境搭建(一)
  2. 基于Vue和Quasar的前端SPA项目实战之用户登录(二)
  3. 基于Vue和Quasar的前端SPA项目实战之布局菜单(三)
  4. 基于Vue和Quasar的前端SPA项目实战之序列号(四)
  5. 基于Vue和Quasar的前端SPA项目实战之动态表单(五)
  6. 基于Vue和Quasar的前端SPA项目实战之表关系(六)
  7. 基于Vue和Quasar的前端SPA项目实战之业务数据(七)
  8. 基于Vue和Quasar的前端SPA项目实战之docker部署(八)
  9. 基于Vue和Quasar的前端SPA项目实战之数据导入(九)
  10. 基于Vue和Quasar的前端SPA项目实战之文件上传(九)
  11. 基于Vue和Quasar的前端SPA项目实战之联合索引(十一)
  12. 基于Vue和Quasar的前端SPA项目实战之数据库逆向(十二)
  13. 基于Vue和Quasar的前端SPA项目实战之数据导出(十三)
  14. 基于Vue和Quasar的前端SPA项目实战之模块管理(十四)
  15. 基于Vue和Quasar的前端SPA项目实战之元数据导出导入(十五)
  16. 基于Vue和Quasar的前端SPA项目实战之拖拽表单定制(十六)

持续更新中。。。

演示

演示地址:https://demo.crudapi.cn/crudapi/

table 表单对应不同的对象

relation 表关系图显示不同对象之间的关系

customer 业务数据操作

Java SDK 二次开发

GitHub仓库

https://github.com/crudapi/crudapi-example

Gitee仓库

https://gitee.com/crudapi/crudapi-example

联系方式

邮箱

admin@crudapi.cn

QQ

1440737304

QQ群

632034576

微信

undefinedneqnull

微信群

如有任何问题,欢迎咨询和交流!

授权

Copyright (c) 2021-present crudapi

MIT License

The MIT License (MIT) Copyright (c) 2021-present crudapi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

crudapi增删改查接口零代码后台管理页面,框架采用Vue,控件库为Quasar, 形式为SPA单页面应用。 主要知识点:Vue基本知识,自定义组件,axios网络请求,Vuex状态管理,Router路由,本地存储LocalStorage、Session、Cookie,登录,本地调试,docker打包等。 主要功能:元数据管理,序列号管理,表关系设置,业务数据crud增删改查,数据导入导出等。 展开 收起
JavaScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/frontend_3/crudapi-admin-web.git
git@gitee.com:frontend_3/crudapi-admin-web.git
frontend_3
crudapi-admin-web
crudapi-admin-web
master

搜索帮助