Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crudapi/crudapi-admin-web
crudapi增删改查接口零代码后台管理页面,一键快速CRUD。框架采用Vue,控件库为Quasar, 形式为SPA单页面应用。 主要知识点:Vue基本知识,自定义组件,axios网络请求,Vuex状态管理,Router路由,本地存储LocalStorage、Session、Cookie,登录,本地调试,docker打包等。 主要功能:元数据管理,序列号管理,表关系设置,业务数据crud增删改查,数据导入导出等。
https://github.com/crudapi/crudapi-admin-web
crud crudapi low-code nocode quasar restful vue zero-code
Last synced: 2 months ago
JSON representation
crudapi增删改查接口零代码后台管理页面,一键快速CRUD。框架采用Vue,控件库为Quasar, 形式为SPA单页面应用。 主要知识点:Vue基本知识,自定义组件,axios网络请求,Vuex状态管理,Router路由,本地存储LocalStorage、Session、Cookie,登录,本地调试,docker打包等。 主要功能:元数据管理,序列号管理,表关系设置,业务数据crud增删改查,数据导入导出等。
- Host: GitHub
- URL: https://github.com/crudapi/crudapi-admin-web
- Owner: crudapi
- License: mit
- Created: 2021-03-03T12:50:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T11:19:59.000Z (5 months ago)
- Last Synced: 2024-08-25T12:31:24.299Z (5 months ago)
- Topics: crud, crudapi, low-code, nocode, quasar, restful, vue, zero-code
- Language: Vue
- Homepage: https://crudapi.cn
- Size: 2.44 MB
- Stars: 190
- Watchers: 3
- Forks: 40
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crudapi Admin Web (crudapi-admin-web)
## Language
[中文](README_CN.md)## GIT URL
Name | Type | License | GitHub| Gitee
--- | --- | --- | --- | ---
crudapi-admin-web | Vue Qusar Code | Open Source | [crudapi-admin-web](https://github.com/crudapi/crudapi-admin-web) | [crudapi-admin-web](https://gitee.com/crudapi/crudapi-admin-web)
crudapi-example| Java SDK | Free Forever | [crudapi-example](https://github.com/crudapi/crudapi-example) | [crudapi-example](https://gitee.com/crudapi/crudapi-example)## Install the dependencies
```bash
npm install
```## Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
npm run dev
```## Lint the files
```bash
npm run lint
```## Build the app for production
```bash
npm run build
```## Config
update file quasar.conf.js, set devServer->proxy->target
quasar.conf.js
```javascript
devServer: {
https: false,
port: 8080,
open: true,
proxy: {
"/api/*": {
target: "http://127.0.0.1:8888",
changeOrigin: true
}
}
}
```## Docker
```bash
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
```
Visit [ http://127.0.0.1/crudapi ](http://127.0.0.1/crudapi)## Documentation
[https://help.crudapi.cn](https://help.crudapi.cn)
1. [ 基于Vue和Quasar的前端SPA项目实战之环境搭建(一)](https://help.crudapi.cn/crudapi-admin-web/helloworld.html)
2. [ 基于Vue和Quasar的前端SPA项目实战之用户登录(二)](https://help.crudapi.cn/crudapi-admin-web/login.html)
3. [ 基于Vue和Quasar的前端SPA项目实战之布局菜单(三)](https://help.crudapi.cn/crudapi-admin-web/layout.html)
4. [ 基于Vue和Quasar的前端SPA项目实战之序列号(四)](https://help.crudapi.cn/crudapi-admin-web/sequence.html)
5. [ 基于Vue和Quasar的前端SPA项目实战之动态表单(五)](https://help.crudapi.cn/crudapi-admin-web/metadatatable.html)
6. [ 基于Vue和Quasar的前端SPA项目实战之表关系(六)](https://help.crudapi.cn/crudapi-admin-web/metadatarelation.html)
7. [ 基于Vue和Quasar的前端SPA项目实战之业务数据(七)](https://help.crudapi.cn/crudapi-admin-web/business.html)
8. [ 基于Vue和Quasar的前端SPA项目实战之docker部署(八)](https://help.crudapi.cn/crudapi-admin-web/docker.html)
9. [ 基于Vue和Quasar的前端SPA项目实战之数据导入(九)](https://help.crudapi.cn/crudapi-admin-web/import.html)
10. [ 基于Vue和Quasar的前端SPA项目实战之文件上传(九)](https://help.crudapi.cn/crudapi-admin-web/fileupload.html)
11. [ 基于Vue和Quasar的前端SPA项目实战之联合索引(十一)](https://help.crudapi.cn/crudapi-admin-web/unionindex.html)
12. [ 基于Vue和Quasar的前端SPA项目实战之数据库逆向(十二)](https://help.crudapi.cn/crudapi-admin-web/dbfirst.html)
13. [ 基于Vue和Quasar的前端SPA项目实战之数据导出(十三)](https://help.crudapi.cn/crudapi-admin-web/export.html)
14. [ 基于Vue和Quasar的前端SPA项目实战之模块管理(十四)](https://help.crudapi.cn/crudapi-admin-web/module.html)
15. [ 基于Vue和Quasar的前端SPA项目实战之元数据导出导入(十五)](https://help.crudapi.cn/crudapi-admin-web/metadataexportimport.html)
16. [ 基于Vue和Quasar的前端SPA项目实战之拖拽表单定制(十六)](https://help.crudapi.cn/crudapi-admin-web/formbuilder.html)Ongoing updates...
## Demo
Demo url:[https://demo.crudapi.cn/crudapi/](https://demo.crudapi.cn/crudapi/)![table](./img/table.png)
Metadata table![table](./img/relation.png)
Table relation![customer](./img/customer.png)
Bussiness Data## Java SDK development
### GitHub repo
[https://github.com/crudapi/crudapi-example](https://github.com/crudapi/crudapi-example)### Gitee repo
[https://gitee.com/crudapi/crudapi-example](https://gitee.com/crudapi/crudapi-example)## Contact
[email protected]
1440737304#### QQQun
632034576#### Weixin
undefinedneqnull
#### WeixinQun
If you have any questions, please contact us!
## License
Copyright (c) 2021-present crudapi
[MIT License](http://en.wikipedia.org/wiki/MIT_License)